Azure Active Directory OpenID v0.1.1 API Reference

Modules

Azure Active Directory authentication using OpenID

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

Oauth2 client for Azure Active Directory

Helper functions for enforcing some conditions. The functions raise errors if the conditions aren’t met

Creates, stores and checks nonces. A created nonce will be deleted after its timeout elapses

Runs validation on the claims for Azure Active Directory claims