/custom
Last updated
Last updated
Requires SUPERUSER access. Gets a pagination of Auth Schemes for the given query.
/auth_scheme/custom
Creates a new Auth Scheme, from the data in the given auth scheme request
/auth_scheme/custom
The JWT audience for the scheme. Must be unique.
The Base64 public key that was either given or generated during creation. See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/spec/X509EncodedKeySpec.html for details on the specifics of the format.
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
RSA_256
, RSA_384
, RSA_512
The highest permitted user level this particular scheme will authorize.
UNPRIVILEGED
, USER
, SUPERUSER
A list of tags used to index the auth scheme.
The list of issuers allowed to use this scheme.
Gets a specific Auth Scheme by the authSchemeId.
/auth_scheme/custom/{authSchemeId}
Updates an Auth Scheme with the specified data in the auth scheme request.
/auth_scheme/custom/{authSchemeId}
The JWT audience for the scheme. Must be unique.
If set to true, Elements will regenerate the key and pubKey must be null or omitted
The Base64 public key that was either given or generated during creation. See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/spec/X509EncodedKeySpec.html for details on the specifics of the format.
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
The algorithm that Elements will use with the supplied key.
RSA_256
, RSA_384
, RSA_512
The highest permitted user level this particular scheme will authorize.
UNPRIVILEGED
, USER
, SUPERUSER
The list of tags for tagging the auth scheme.
The list of issuers allowed to use this scheme.
Deletes an Auth Scheme with the specified id.
/auth_scheme/custom/{authSchemeId}