Can't redirect to logout adress

I’m currently using the quickstart RedirectToIdentityProvider procedure for a OWIN regular web application that can be found here: Auth0 ASP.NET (OWIN) SDK Quickstarts: Login
i’ve also added to Allowed Logout URL’S the appropriate URL that comes after ReturnTo, the problem is that this URL (generated by: notification.ProtocolMessage.PostLogoutRedirectUri) has a stack of two protocols (“https://https://”) so when i logout, i get a DNS_PROBE_FINISHED_NXDOMAIN where it claims that the typing of the protocol is probably wrong (because of the stack) i’ve tried to brute force the same adress with only one protocol (and change it in allowed logout urls) but it also results in an error, i’d really apreciate any help to get my logout redirecting back to identity correctly!

Hey there!

Can I ask you to raise it as a GitHub issue here:

as it will be the most effective way to handle that cause we will have a chance to discuss it directly with the quickstart maintainers. once you have a link to it please share it here so we can ping them. Thank you!

1 Like

Here it is!

1 Like

Perfect thanks! I’m gonna ping the repo maintainers in a few minutes!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.