Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 386 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 386 Bytes

python-oauth2

A Python Flask App to Test Microsoft Azure Identity OAuth2

OAuth (Open Authorization) is an open standard for API access delegation. Put simply, it’s a secure authorization protocols used to grant applications access to protected resources without exposing credentials. OpenID Connect (OIDC) is an authentication layer (i.e. an identity layer) on top of OAuth 2.0.