Brian Luda Pooe
Brian Luda Pooe

Reputation: 58

Identity Server 4 changing my redirect uri on azure

I encountered an issue where the RedirectUris changes to raw URL instead of a registered domain.

For instance, I have an azure app running on test.azurewebsites.net and registered a domain for it on "test.com" so I set my RedirectUris for the client as test.com/signin-oidc but as soon as I log in on the identity server it tries to redirect to the raw URL test.azurewebsites.net:443/signin-oidc.

How can I solve this issue?

Upvotes: 1

Views: 731

Answers (1)

Tore Nestenius
Tore Nestenius

Reputation: 19901

A good starting point is to review these two GitHub issues:

Upvotes: 1

Related Questions