Does Azure provide any OAuth 2 token introspection endpoint?

arunabha bhattacharya 181 Reputation points
2020-10-02T08:09:17.983+00:00

I want to validate a JWT OAuth 2 token from my service to ensure that the token was issued by Azure Active Directory for the intended audience and token is still live. Can my service call any Azure API to do this?

Ref.: https://tools.ietf.org/html/rfc7662

Thanks.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,508 questions
0 comments No comments
{count} votes

Accepted answer
  1. 2020-10-02T16:34:08.32+00:00

    Not yet but there's a open request here where you can voice your interest: https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/18930289-introspection-endpoint-for-azure-active-directory.

    --
    Please let us know if this answer was helpful to you. If so, please remember to mark it as the answer so that others in the community with similar questions can more easily find a solution.


1 additional answer

Sort by: Newest
  1. Moorthi Rajendran 16 Reputation points
    2021-10-01T07:09:08.03+00:00

    I'm also want to validate token from my server which i got from client, Is there any endpoints available to do that?

    3 people found this answer helpful.
    0 comments No comments