Enable Custom Login Mode
Set the login redirection mode, as follows:
-
false
: Use default login redirection mode. The agent can redirect requests to any AM instance supporting the/oauth2/authorize
endpoint - by default, the AM instance specified during installation.
The /oauth2/authorize
endpoint returns an OIDC ID token, and this is the only response the agent accepts.
Use with OAuth Login URL List to modify or redirect calls to the endpoint which provides the tokens.
-
true
: Use custom login redirection mode. The agent handles JWTs or SSO tokens as session tokens for authentication and authorization, and can can redirect login anywhere.
Use with AM Login URL List and Legacy Login URL List to modify or redirect calls.
During session upgrade, the format of the composite advice is as follows:
-
When both this property and Enable SSO Token Acceptance are
true
, the composite advice has the following format:?authIndexType=composite_advice&authIndexValue=<Advices Value>
-
When either property is
false
, the composite advice has the following format:?composite_advice=<Advices Value>
Property name |
|
Aliases |
|
Function |
Custom login redirect, Default Login Redirect, Login redirect, Login Redirect (Default) |
Type |
Boolean: |
Default |
|
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
Local configuration file |
|
AM console |
Tab: Title: Legacy title: |