validRedirectUris

@JvmName(name = "kdrqshnydaupfbgk")
suspend fun validRedirectUris(value: Output<List<String>>)
@JvmName(name = "coqjnytaodptymvl")
suspend fun validRedirectUris(value: List<String>?)

Parameters

value

When specified, Keycloak will use this list to validate given Assertion Consumer URLs specified in the authentication request.


@JvmName(name = "nlqvaovspulkjmkm")
suspend fun validRedirectUris(vararg values: Output<String>)


@JvmName(name = "jfjcottitcyptwlk")
suspend fun validRedirectUris(values: List<Output<String>>)
@JvmName(name = "twlrmthkfbwmfkng")
suspend fun validRedirectUris(vararg values: String)

Parameters

values

When specified, Keycloak will use this list to validate given Assertion Consumer URLs specified in the authentication request.