We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need guidance on how to set the scope for idToken because I do not need access_token.
Currently, the sample requires scope to be set even for an id_token. The empty scope or the scope of openid is not supported either.
openid
let kScopes: [String] = ["https://ultimatetest1.onmicrosoft.com/Read"] // This is a scope that you've configured your backend API to look for.
It would be helpful to get some guidance.
The text was updated successfully, but these errors were encountered:
This is currently not supported, but we have a feature tracking ticket to improve that: AzureAD/microsoft-authentication-library-for-objc#852
Closing as duplicate.
Sorry, something went wrong.
No branches or pull requests
I need guidance on how to set the scope for idToken because I do not need access_token.
Currently, the sample requires scope to be set even for an id_token. The empty scope or the scope of
openid
is not supported either.let kScopes: [String] = ["https://ultimatetest1.onmicrosoft.com/Read"] // This is a scope that you've configured your backend API to look for.
It would be helpful to get some guidance.
The text was updated successfully, but these errors were encountered: