requests_auth
requests_auth copied to clipboard
Authentication classes to be used with requests
Hi Colin, Please review the change and comment, I'll update the documentation add test cases when I get home. The change is to allow domain name to be passed as...
BrowserAuth currently is hardcoded to use http://localhost. Prefer to pass the request_uri_domain as a keyword arg, with default being http://localhost.
https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow
It should exists somewhere within OpenID Connect specs
Same as AzureActiveDirectory but with v2.0 as explained in https://docs.microsoft.com/en-us/azure/active-directory/develop/id-tokens#payload-claims
In debug mode, the logger display a message "Inserting token expiring on ..." with the complete token (https://github.com/Colin-b/requests_auth/blob/develop/requests_auth/oauth2_tokens.py#L82). Display secret in logs is not recommended (AFAIK). Maybe replace in the...
How can we create the authentication for saml based application.
In case more than one port can be used for redirection but one might not be available from time to time