bot_framework v0.2.0 BotFramework.Authentication

Summary

Functions

The token was sent in the HTTP Authorization header with “”Bearer” scheme The token is valid JSON that conforms to the JWT standard (see references) The token contains an issuer claim with value of https://api.botframework.com The token contains an audience claim with a value equivalent to your bot’s Microsoft App ID. The token has not yet expired. Industry-standard clock-skew is 5 minutes. The token has a valid cryptographic signature with a key listed in the OpenId keys document retrieved in step 1, above

Functions

get_open_id_metadata()
get_token()
get_valid_signing_keys()
verify_token(token)

The token was sent in the HTTP Authorization header with “”Bearer” scheme The token is valid JSON that conforms to the JWT standard (see references) The token contains an issuer claim with value of https://api.botframework.com The token contains an audience claim with a value equivalent to your bot’s Microsoft App ID. The token has not yet expired. Industry-standard clock-skew is 5 minutes. The token has a valid cryptographic signature with a key listed in the OpenId keys document retrieved in step 1, above.