am i wrong or does the /v2/logout endpoint not conform to the OIDC specs?
it says that the url parameter to define the redirect url is called post_logout_redirect_uri. however, with auth0 i am supposed to use returnTo
this means, i can’t use any standard OIDC conform library to connect to auth0? at least not for logging out the user…