I'm using Azure B2C to protect two web services. I am using PostMan to test the two web services and I've configured PostMan's app using this link:
Eventually I got everything working correctly. I can use PostMan to request a token and then call the web services.
I have two scopes that I want to retrieve in the token: https://myorg.onmicrosoft.com/appone/user_impersonation https://myorg.onmicrosoft.com/apptwo/user_impersonation
I can request a token for each scope individually and confirm that it is working but I get an error when I specify the scopes separated by a space in PostMan. Is there a limitation on the token or am I requesting this incorrectly?