Configuration

Application Properties

jmix.authserver.post-logout-url-redirect-parameter-name

Name of a URL parameter of the /logout request containing a URL to which the user will be redirected after successful logout.

Default value: not set

jmix.authserver.use-default-configuration

Specifies whether the default auto-configuration that sets up authorization server and resource server should be used. If you need to completely rewrite the default configuration, set this property to false and define your own configuration classes.

Default value: true

jmix.authserver.use-in-memory-authorization-service

If set to true, uses in-memory storage instead of storing tokens in the database.

Default value: false

jmix.authserver.use-referer-post-logout

If set to true, the referer header value is used as the post logout redirect URL.

It has lower priority than the URL set by the jmix.authserver.post-logout-url-redirect-parameter-name property.

Default value: false