IdentityServer4.Admin
IdentityServer4.Admin copied to clipboard
Not redirecting to client after registration
Question
I thought registration would behave the same or similar as sign in. I have Blazor WASM app that can sign in user just fine and goes back to app but registration always redirects locally back to sign in page - that's actually fine only if after signing in it redirects user back to the app instead of sts.
Is this by design or it's a bug or I have something bad configured? Any thoughts?