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

Implicit grant - ID tokens required #43

Open
hobpet opened this issue Jun 13, 2019 · 1 comment
Open

Implicit grant - ID tokens required #43

hobpet opened this issue Jun 13, 2019 · 1 comment

Comments

@hobpet
Copy link

hobpet commented Jun 13, 2019

Documentation shall be updated to include a note that the ID tokens must be enabled under the Implicit Grant of the Azure AD Application.
This setting is under the Authentication tab of the application configuration.

@Yamazaki93
Copy link

I second this. We literally spent hours on this issue alone without any clue what was happening. Nowhere in the documentation mentioned this needs to be done after registration and it wasn't presented as an option during registration of the application in AAD, maybe Azure changed their UI?

For those who are probably stuck, the symptom for us presented itself as (in our setup, we allow creating a new user via AAD, explicitly select the "Login" option under the plugin's setting "Prompt Type"):

  1. The AAD Login page appears after clicking "Login With Azure Active Directory" on TC's login page.
  2. After successfully completing the AAD login, the user gets redirected back to the TC's login page without any message.

We only discovered this after using the browser's developer tool to catch a response that says "id_token not enabled"

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

No branches or pull requests

2 participants