The OIDC app's client ID and OIDC audience.
The OIDC app's client ID and OIDC audience.
The OIDC app's client secret.
The OIDC app's client secret.
the prefix of the session cookie that ngrok sets on the http client to cache
authentication.
the prefix of the session cookie that ngrok sets on the http client to cache
authentication.
EndpointOidc.Builder.enabled(boolean enabled)
true
if the module will be applied to traffic, false
to disable.
true
if the module will be applied to traffic, false
to disable.
Integer number of seconds of inactivity after which if the user has not accessed
the endpoint, their session will time out and they will be forced to
reauthenticate.
Integer number of seconds of inactivity after which if the user has not accessed
the endpoint, their session will time out and they will be forced to
reauthenticate.
URL of the OIDC "OpenID provider".
URL of the OIDC "OpenID provider".
Integer number of seconds of the maximum duration of an authenticated session.
Integer number of seconds of the maximum duration of an authenticated session.
Do not enforce authentication on HTTP OPTIONS requests.
Do not enforce authentication on HTTP OPTIONS requests.
The set of scopes to request from the OIDC identity provider.
The set of scopes to request from the OIDC identity provider.