microsoft-authentication-library-for-objc
microsoft-authentication-library-for-objc copied to clipboard
Support scenarios where no access token is returned
See more info here: https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal/issues/28
I ended up having to add my client ID to my scopes array.
Hi, I am trying to understand your question. Do you mean you didn't get back access token in the beginning, and then after adding client id as scopes, you are getting back access token? BTW, are you talking about B2C scenario?