...
CURRENT:
metadata_uri: https://login.bbmri-eric.eu/proxy/saml2/idp/metadata.php
NEW:
metadata_uri: https://login.aai.lifescience-ri.eu/proxy/saml2/idp/metadata.php
If you are using issuer information, for example, to identify where the user was authenticated, you may have to adjust your checks. With the discovery_endpoint
/metadata_uri
change, the received issuer information will change to:
OIDC
CURRENT:
issuer: https://login.bbmri-eric.eu/oidc/
NEW:
issuer: https://login.aai.lifescience-ri.eu/oidc/
SAML
CURRENT:
<saml:Issuer>https://login.bbmri-eric.eu/idp/</saml:Issuer>
NEW:
<saml:Issuer>https://login.aai.lifescienceri.eu/idp/</saml:Issuer>
If you are not using the issuer, you may ignore this change.
Recommended steps:
To ensure proper communication between your service administrators, support team, users, and Perun, please check you have the correct contact information filled out in the Service Registration application.
...