Skip to content
Discussion options

You must be logged in to vote

No bother at all!

Admin consent: The process is for your dev tenant admin to visit this URL and grant consent:

https://login.microsoftonline.com/{dev-tenant-id}/adminconsent?client_id={your-app-client-id}

Replace {dev-tenant-id} with your dev tenant's ID and {your-app-client-id} with your multi-tenant Entra app's client ID. The admin signs in and approves the permissions. After that, SSO should work silently for users in the dev tenant.

Microsoft's general guidance on admin consent

Manual verifyState: Yes, your understanding is correct. You could intercept the magic code in your message handler by checking if the message text matches a 6-digit pattern, then calling api.users.token.get wit…

Replies: 3 comments 18 replies

Comment options

You must be logged in to vote
4 replies
@lilyydu
Comment options

@jerbob92
Comment options

@n1340t
Comment options

@corinagum
Comment options

Comment options

You must be logged in to vote
1 reply
@n1340t
Comment options

Comment options

You must be logged in to vote
13 replies
@n1340t
Comment options

@corinagum
Comment options

@n1340t
Comment options

@corinagum
Comment options

Answer selected by n1340t
@n1340t
Comment options

@corinagum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants