You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
OK. well I found out the issue. The UserInteractionOptions.* specified in the options builder has to have a leading slash or you will run into the issue as described above.
Lutando
changed the title
Wierd interaction behaviour when signing in.
Weird interaction behaviour when signing in.
Aug 23, 2016
I think we will solve this via documentation. For now this was done in code comments, but when the proper documentation is written it will also be included in there. Thanks.
I have a project that is almost identical to the Host project in this repository
However In my sample when I try to initiate implicit flow I get a mis-constructed redirect from the middleware. that looks sort of like this
http://localhost:5000/connect/login?returnUrl=http%3A%2F%2Flocalhost%3A5000%2Fconnect%2Fauthorize%2Flogin%3Fclient_id%3Dim...
for some reason its trying to route me to a controller/endpoint where the base route is
/connect
There is hardly any noticeable difference in configuration between my project here and the host project linked above
Repro steps
2.1) Change
app.js
settings to the following:authority: "http://localhost:5000",
client_id: "implicit_client",
scope: "openid api1",
The text was updated successfully, but these errors were encountered: