Renarde renarde head Web Framework Config

Configuration Reference

Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

Specifies the redirect strategy to use. Defaults to cookie.

Environment variable: QUARKUS_RENARDE_AUTH_REDIRECT_TYPE

cookie, query

cookie

Option to control the name of the cookie used to redirect the user back to where he wants to get access to.

Environment variable: QUARKUS_RENARDE_AUTH_REDIRECT_COOKIE

string

quarkus-redirect-location

This property is deprecated: use Redirect#cookie().

Please do not use and use quarkus.renarde.auth.redirect.cookie instead.

Environment variable: QUARKUS_RENARDE_AUTH_LOCATION_COOKIE

string

${quarkus.renarde.auth.redirect.cookie}