Connectors
ℹ️
This topic refers to legacy configuration syntax.
The following connectors have been deprecated:
Deprecated Connectors syntax
oauthRedirectURL
The Maverics OIDC callback handler is served on this URL. The format for a single oauthRedirectURL
has been deprecated. The new style is oauthLoginRedirect
.
oidcLogoutCallbackURL
The Maverics OIDC logout callback handler is served on this URL. The format for a single oidcLogoutCallbackURL
has been deprecated. The new style is oauthLogoutRedirect
.
The new style of OIDC connector syntax now supports use cases that require dynamic URLs for OIDC logins and logouts. With this change, an identity admin can define a single callback URL pattern and allow for the host of the callback URL to be dynamic.
ℹ️
Please note, you must use the new style OIDC connector syntax or the old style, but not both. If your configuration contains both the old style and new style OIDC connector syntax, orchestrator will return an error.