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 was archived by the owner on Feb 25, 2019. It is now read-only.
The following behaviors are present which seem to be out of line with my expectations:
When signing into a client application:
If the visitor has already logged into the auth server, the session is not "remembered" forcing them to log in every time.
When a visitor has logged out of a client application and attempts to log back into an application they have already authorized, they are prompted with an authorization request every time (vs remembering they had previously authorized the application).
Trusted applications are prompting for authorization.
The text was updated successfully, but these errors were encountered:
The behavior you're looking for works at the /authorize endpoint, but not the /signin endpoint. It should be as simple as adding oidc.requireSignin to the middleware stack for that route. Whether or not we should do this at the signin/signup/connect endpoints is an open question.
for some reason I can't reproduce this. I just tried with a fresh install and it works fine. We might have missed something in our last pairing session. Could you give it another try and let me know if it's still behaving unexpectedly?
The following behaviors are present which seem to be out of line with my expectations:
When signing into a client application:
The text was updated successfully, but these errors were encountered: