This package works great on it's own. Even when I've pulled the few files into my own project and used the same appsettings locally it works fine. However, it doesn't against the client's MS OIDC system. Looking into it I'm trying to understand why a redirect_uri of https://mydomain/signin-oidc is generated when there isn't such a page in the solution nor Umbraco. Running locally, it all just works, you see the page that was protected. Running live, I'm redirected to mysite/signin-oidc which we don't have of course and so get a 404.
Just looking for some insight really to help debug. It would appear the client's system isn't respecting the return url.
This package works great on it's own. Even when I've pulled the few files into my own project and used the same appsettings locally it works fine. However, it doesn't against the client's MS OIDC system. Looking into it I'm trying to understand why a redirect_uri of https://mydomain/signin-oidc is generated when there isn't such a page in the solution nor Umbraco. Running locally, it all just works, you see the page that was protected. Running live, I'm redirected to mysite/signin-oidc which we don't have of course and so get a 404.
Just looking for some insight really to help debug. It would appear the client's system isn't respecting the return url.