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.

Link to this section Summary

Link to this section Functions

Link to this function process_callback!(id_token, code, config) View Source