Replies: 4 comments 6 replies
-
Hi again, It seems like the session_id cookie is changing its value between when the RP is accessing the jans-auth/authorize endpoint. Can it be related to that? This happens even when Im settting I tried to debug in the interception script what really happens, and it seems that it cannot find an existing session when the RP is coming back to /authorize?... code:
Says user null, loggedIn False. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
We have quite detailed documentation for If user is already authenticated then successful response will be returned. If user was not authenticated then error is returned. Please check this commit which shows how to use ROPC at Authorization Endpoint. In other words you can use |
Beta Was this translation helpful? Give feedback.
-
Hi @yuriyz, Thanks for getting back to me. My use case isn't ROPC flow, but rather a OIDC flow with an external authenticator (inbound openid connect provider). |
Beta Was this translation helpful? Give feedback.
-
For non-browser authentication, you should use the Authorization Challenge endpoint. Even better is to write an Agama Flow to handle the business logic. See this docs page: https://docs.jans.io/head/janssen-server/developer/agama/native-applications/ Here's a sample app written in Python an TK: https://github.com/GluuFederation/agama-native/tree/main/registration |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can you give some hints on how to implement a silent authentication flow when the RP is adding the query param
prompt=none
in the authz request?Is Janssen supposed to handle that out of the box when I have a custom interception script for the given client and acr?
If not, how should it be implemented in the authenticator?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions