• Pavel Borzenkov's avatar
    connector: implement Microsoft connector · 6193bf55
    Pavel Borzenkov authored
    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: 's avatarPavel Borzenkov <pavel.borzenkov@gmail.com>
    6193bf55
Name
Last commit
Last update
..
internal Loading commit data...
api.go Loading commit data...
api_test.go Loading commit data...
doc.go Loading commit data...
handlers.go Loading commit data...
handlers_test.go Loading commit data...
oauth2.go Loading commit data...
oauth2_test.go Loading commit data...
rotation.go Loading commit data...
rotation_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
templates.go Loading commit data...
templates_test.go Loading commit data...