Azure Active Directory OpenID v0.1.1 AzureADOpenId.Callback View Source
Provides the callback functions for Azure Active directory Oauth. The public keys from the Microsoft openid configuration are fetched, and the appropriate key is selected using the x5t value from the returned token header. The public key is used to verify the token and then the returned code is used to verify the claims on the token.