Skip to content
New issue

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

ID tokens not present #174

Closed
BB-BenBridges opened this issue Mar 6, 2023 · 3 comments
Closed

ID tokens not present #174

BB-BenBridges opened this issue Mar 6, 2023 · 3 comments
Labels
good first issue Good for newcomers

Comments

@BB-BenBridges
Copy link

Hi

When setting up an Mobile and Desktop application in the Azure portal as instructed in the setup, you are not presented with the ID Tokens setting. This is only present when creating a Web Application

As a workaround for anyone else who reaches this thread, you can download the JSON manifest, update

"oauth2AllowIdTokenImplicitFlow": true,
"oauth2AllowImplicitFlow": true,

save, and then upload your updated JSON file.

However, after doing the above, I now get the error No reply address provided I have my callback URL set to authapptest://authapptest/android/callback for use with the example repo. Where am I going wrong?

@BB-BenBridges
Copy link
Author

BB-BenBridges commented Mar 6, 2023

Didn't realise I need the com. as well so com.authapptest://com.authapptest/android/callback fixed it.

The issue with the ID Token still exists.

@shahraizali
Copy link

any luck ?

@BB-BenBridges
Copy link
Author

Yes I have the login working however the instructions regarding enabling ID Tokens in the Azure portal are no longer correct. The setting only appears if you select a Web Application type. The only way I can now see to enable this it to download the JSON manifest, update the following

"oauth2AllowIdTokenImplicitFlow": true,
"oauth2AllowImplicitFlow": true,

save, and then upload your updated JSON file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants