returnTo
query parameter passed by to the /login/callback
during the execution of the logout. The URI used will depend on the API called to request the session logout:
https://{yourDomain}/logout
: Auth0 will use the returnTo
parameterhttps://{yourDomain}/v2/logout?federated
: Auth0 will use the returnTo
parameterhttps://{yourDomain}/wsfed/{yourClientId}?wa=wsignout1.0
: the wreply
parameterhttps://{yourDomain}/v2/logout
when using the federated
query parameter to log users out of Identity Providershttps://{yourDomain}/wsfed/{yourClientId}?wa=wsignout1.0
when using the wreply
query to log out of Auth0 using the WS-Fed Protocolhttps://{yourDomain}/login/callback
when using the returnTo
query parameter./login/callback?returnTo
without a preceding call to /v2/logout or /wsfed/{yourClient}?wa=wsignout1.0
to specify the Logout URL./login/callback?returnTo
with a value in returnTo
that is different to the value originally provided in a preceding call to /v2/logout
or /wsfed/{yourClientId}
./authorize
API concurrently or interleaved with calls to one of the affected APIs regardless of whether there was a preceding call to /v2/logout
or /wsfed/{yourClientId}?wa=wsignout1.0
.type:depnote AND description:*unvalidated*redirects*
to find applications that rely on the deprecated behavior.
/login/callback?returnTo
as these modifications will no longer be honored./authorize
concurrently or interleaved with calls to the logout APIs. Completing a login transaction will clear the stored Logout URL for a user agent, which means that concurrent logout processes will fail to redirect./authorize
with calls to one of the affected APIs.