Role configuration
less than a minute
port
: The port the API server listens on (defaults to 8008).oidc
: Optional OpenID Connect config.clientID
: OpenID Client Identifier.clientSecret
: OpenID Client Secret.issuer
: OpenID Issuer, sometimes also called “Configuration URL”. Ensure.well-known/openid-configuration
suffix is removed.redirectURL
: Redirect URL Gravity is reachable under. Should end in/auth/oidc/callback
.The placeholder
$INSTANCE_IDENTIFIER
will be replaced by the instance’s name and$INSTANCE_IP
will be replaced by the instances IP.scopes
: Array of scopes that are requested. Should containopenid
andemail
.tokenUsernameField
: Field used from JWT tokens to find the user when JWT is used for token authentication.
When OpenID Connect is configured, Gravity will automatically start SSO authentication. To prevent this, add the query parameter local
to the Gravity URL, like http://gravity1.domain.tld/ui/?local
.