docs: add vsphere note for code (ADFS)
This commit is contained in:
parent
895e7d7393
commit
950a1fc77e
|
@ -47,7 +47,7 @@ Under *Sources*, click *Edit* and ensure that "Autogenerated Active Directory Ma
|
||||||
Under *Providers*, create an OAuth2/OpenID Provider with these settings:
|
Under *Providers*, create an OAuth2/OpenID Provider with these settings:
|
||||||
|
|
||||||
- Client Type: Confidential
|
- Client Type: Confidential
|
||||||
- Response Type: code
|
- Response Type: code (ADFS Compatibility Mode, sends id_token as access_token)
|
||||||
- JWT Algorithm: RS256
|
- JWT Algorithm: RS256
|
||||||
- Redirect URI: `https://vcenter.company/ui/login/oauth2/authcode`
|
- Redirect URI: `https://vcenter.company/ui/login/oauth2/authcode`
|
||||||
- Post Logout Redirect URIs: `https://vcenter.company/ui/login`
|
- Post Logout Redirect URIs: `https://vcenter.company/ui/login`
|
||||||
|
|
Reference in New Issue