New Features
OIDC applications
OIDC applications can now be configured to use a default redirect URL. This option can be used for applications that are unable to set the redirect_uri
parameter on the authorization request. For more information, see the docs.
Warning
Per the OIDC RFC, the redirect_uri
is a required parameter. The allowDefaultRedirectURI
option should only be used for apps that are unable to provide a redirect URI. Strata recommends to avoid using this configuration unless absolutely necessary.