onUnauthenticatedRequest

@JvmName(name = "cogoehmvudrghufp")
suspend fun onUnauthenticatedRequest(value: Output<String>)
@JvmName(name = "ubjvuwqajxvvxjup")
suspend fun onUnauthenticatedRequest(value: String?)

Parameters

value

The behavior if the user is not authenticated. The following are possible values:

  • deny```` - Return an HTTP 401 Unauthorized error.

  • allow```` - Allow the request to be forwarded to the target.

  • authenticate```` - Redirect the request to the IdP authorization endpoint. This is the default value.