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

Config: mag.iua.idps is used for SAML IDPs #178

Open
Tracked by #179
qligier opened this issue Sep 10, 2024 · 0 comments
Open
Tracked by #179

Config: mag.iua.idps is used for SAML IDPs #178

qligier opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@qligier
Copy link
Collaborator

qligier commented Sep 10, 2024

The configuration at mag.iua.idps stores information about the SAML IDPs, not the IUA ones.
This is an issue if we want to support an IUA IDP (for the frontend and clients).

Currently, we have:

mag:
  iua:
    idps:
      hin:
        name: HIN eID
        metadata-url: secret/metadata_hin_test.xml
        renew-url: https://samlservices.test.epr.fed.hin.ch/saml/2.0/renewassertion
        key-alias: saml
        key-password: samlidp
        tls-key-alias: hintls
        tls-key-password: samlidp

I would like to change it to something like:

mag:
  idps:
    saml:
      hin:
        name: HIN eID
        metadata-url: secret/metadata_hin_test.xml
        renew-url: https://samlservices.test.epr.fed.hin.ch/saml/2.0/renewassertion
        key-alias: saml
        key-password: samlidp
        tls-key-alias: hintls
        tls-key-password: samlidp
        expose-iua: true
    iua:
      ehs:
        name: idp-ehealthsuisse
        metadata-url: https://ehealthsuisse.ihe-europe.net/iua-simulator/rest/ch/.well-known
        client-id: abc123
@qligier qligier added the enhancement New feature or request label Sep 10, 2024
@qligier qligier self-assigned this Sep 10, 2024
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