MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.41k forks source link

Can't find information about how <Endpoint Id="Token"> works #98068

Closed nawoods closed 1 year ago

nawoods commented 2 years ago

The information regarding the tag in the Relying Party docs page only talks about referencing a User Journey for the UserInfo endpoint, though (at least looking at the starter pack) there are other endpoints that can have User Journeys, like Token. Is there a help page for a Token flow? Is there anything special about the Token flow that a custom policy dev needs to consider (e.g. what does do)? Is the referenced custom policy only called for obtaining refresh tokens, or are other calls to the /token endpoint (e.g. exchanging the auth code for the id_token)?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

JamesTran-MSFT commented 2 years ago

@nawoods Thanks for your feedback! We will investigate and update as appropriate.

kengaderdus commented 1 year ago

reassign: @garrodonnell

garrodonnell commented 1 year ago

Hi @nawoods, apologies for the long delay getting back to you. The endpoint: Token is used for the Refresh Token Journey.

You can take a look at the below link for an example: https://github.com/azure-ad-b2c/samples/tree/master/policies/refresh-token-journey

We are planning to incorporate this information into the Learn docs as well.

Does this answer your question?

garrodonnell commented 1 year ago

Hey @nawoods , I'm going to close this issue for now, if there are any further concerns please feel free to raise a new one. Thanks

please-close

kamilzzz commented 7 months ago

It seems like that info didn't get incorporated into the MS Learn docs.

Linked sample is fine, however it lacks description: