Azure AD App Launcher

#5 / 1 rate

Azure AD App Launcher

315 users

2021-04-18

astaykov

Extension Information

5 star
100%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Calls the authorize endpoint with minimum required parameters and prompt=select_account.

This extension launches the /authorize (v2.0) endpoint of Azure AD using the current context. It takes the application (client) id and tenant id from the current tab. You have to be anywhere on any app registration. Then just click the extension icon and a new tab with authorization request will be opened. The authorized endpoint is called with the following attributes:
scope=openid+profile+email
prompt=select_account
nonce=nonce
response_type=id_token
response_mode=fragment

Via the popup, you can change the response_type and also add an optional scope.

FIX in 0.8:
* tenant id was not correctly taken when domain name is too long