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