Skip to content
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

Expand SAML-bridge with NextSession attribute #13

Open
DibranMulder opened this issue Feb 19, 2025 · 0 comments
Open

Expand SAML-bridge with NextSession attribute #13

DibranMulder opened this issue Feb 19, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@DibranMulder
Copy link

DibranMulder commented Feb 19, 2025

In the SAML-bridge a SessionRequest is constructed according to the SAML Request done by Signicat. This SAML request now contains a list of requested attributes or a condiscon format. See https://developer.signicat.com/broker/signicat-identity-broker/authentication-providers/yivi.html#example-of-adding-condiscon-parameter-in-your-saml-request

The SAML request is translated to a SessionRequest here:
https://github.com/privacybydesign/irma-saml-bridge/blob/f84bd87727db58ff978f8f2f5970f970a43e2abd/src/main/java/nl/sidn/irma/saml_bridge/controller/RequestController.java#L395C9-L408

We should expand the SAML Request with an nextSession parameter. https://docs.yivi.app/chained-sessions#the-nextsession-url
This would allow Signicat clients to do ChainedSessions and issue an credential with for instance a pseudonym in it.

@DibranMulder DibranMulder added the enhancement New feature or request label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant