Custom Message on Login
{{ $strings.HeaderPasswordAuthentication }}
{{ $strings.LabelMatchExistingUsersByDescription }}
{{ $strings.LabelAutoLaunch }}
{{ $strings.LabelAutoRegister }}
{{ $strings.LabelAutoRegisterDescription }}
Name of the OpenID claim that contains a list of the user's groups. Commonly referred to as groups
. If configured, the application will automatically assign roles based on the user's group memberships, provided that these groups are named case-insensitively 'admin', 'user', or 'guest' in the claim. The claim should contain a list, and if a user belongs to
multiple groups, the application will assign the role corresponding to the highest level of access. If no group matches, access will be denied.
Name of the OpenID claim that contains advanced permissions for user actions within the application which will apply to non-admin roles (if configured). If the claim is missing from the response, access to ABS will be denied. If a single option is missing, it will be treated as false
. Ensure the identity provider's claim matches the expected structure:
{{ newAuthSettings.authOpenIDSamplePermissions }}