UsernameClaimProfile interface
External Auth claim profile This configures how the username of a cluster identity should be constructed from the claims in a JWT token issued by the identity provider.
Properties
| claim | Claim name of the external profile |
| prefix | Prefix for the claim external profile Must be set when the prefixPolicy field is set to 'Prefix' and must be unset otherwise. |
| prefix |
Prefix policy is an optional field that configures how a prefix should be applied to the value of the JWT claim specified in the 'claim' field. Allowed values are 'Prefix', 'NoPrefix', and 'None'. If not specified, the default policy is 'None'. When set to 'Prefix', the value specified in the prefix field will be prepended to the value of the JWT claim. The prefix field must be set when prefixPolicy is 'Prefix'. When set to 'NoPrefix', no prefix will be prepended to the value of the JWT claim. When set to 'None', this means no opinion and the platform is left to choose
any prefixes that are applied which is subject to change over time.
Currently, the platform prepends |
Property Details
claim
Claim name of the external profile
claim: string
Property Value
string
prefix
Prefix for the claim external profile Must be set when the prefixPolicy field is set to 'Prefix' and must be unset otherwise.
prefix?: string
Property Value
string
prefixPolicy
Prefix policy is an optional field that configures how a prefix should be applied to the value of the JWT claim specified in the 'claim' field.
Allowed values are 'Prefix', 'NoPrefix', and 'None'. If not specified, the default policy is 'None'.
When set to 'Prefix', the value specified in the prefix field will be prepended to the value of the JWT claim. The prefix field must be set when prefixPolicy is 'Prefix'.
When set to 'NoPrefix', no prefix will be prepended to the value of the JWT claim.
When set to 'None', this means no opinion and the platform is left to choose
any prefixes that are applied which is subject to change over time.
Currently, the platform prepends {issuerURL}# to the value of the JWT claim
when the claim is not 'email'.
As an example, consider the following scenario:
prefix is unset, issuerURL is set to https://myoidc.tld,
the JWT claims include "username":"userA" and "email":"userA
prefixPolicy?: string
Property Value
string