keycloak-scim/src/clients/help.json

11 lines
718 B
JSON
Raw Normal View History

{
"clients-help": {
"downloadType": "this is information about the download type",
"details": "this is information about the details",
"client-authenticator-type": "Client Authenticator used for authentication of this client against Keycloak server",
"registration-access-token": "The registration access token provides access for clients to the client registration service.",
"signature-algorithm": "JWA algorithm, which the client needs to use when signing a JWT for authentication. If left blank, the client is allowed to use any algorithm.",
"subject": "A regular expression for validating Subject DN in the Client Certificate. Use \"(.*?)(?:$)\" to match all kind of expressions."
}
}