-
- Downloads
connector: implement Microsoft connector
connector/microsoft implements authorization strategy via Microsoft's
OAuth2 endpoint + Graph API. It allows to choose what kind of tenants
are allowed to authenticate in Dex via Microsoft:
* common - both personal and business/school accounts
* organizations - only business/school accounts
* consumers - only personal accounts
* <tenant uuid> - only account of specific tenant
Signed-off-by:
Pavel Borzenkov <pavel.borzenkov@gmail.com>
Showing
- Documentation/microsoft-connector.md 66 additions, 0 deletionsDocumentation/microsoft-connector.md
- README.md 1 addition, 0 deletionsREADME.md
- connector/microsoft/microsoft.go 282 additions, 0 deletionsconnector/microsoft/microsoft.go
- server/server.go 2 additions, 0 deletionsserver/server.go
- web/static/img/microsoft-icon.svg 9 additions, 0 deletionsweb/static/img/microsoft-icon.svg
- web/static/main.css 4 additions, 0 deletionsweb/static/main.css
Loading
Please register or sign in to comment