-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: about consent mappings for agama #10686
Comments
Excellent question! |
If acr 1 is
|
no, qualified names are identifiers also, the same agama consent flow can be used for several different acrs. Some of those acrs may not even start with |
What if we add another configuration property that has mapping acr to consent flow like this
Algorithm is :
It means we will need two additional configuration mappings. Thoughts? |
Great, then agreed. I will add two new configuration properties and will make it available in session. |
Thanks! |
Suppose a sever configured as follows:
This server has AgamaBridge.py and AgamaConsentBridge.py to launch authn and consent flows respectively.
Now, assume the following combination of authn/authz is desired:
According to discussion, with issue #10548 there will be a mapping like:
Question:
How will AgamaConsentBridge.py determine the specific flow to launch? ie. agama_io.jans.consent.A or agama_io.jans.consent.B ?
The text was updated successfully, but these errors were encountered: