indigo-iam / iam

INDIGO Identity and Access Management Service
https://indigo-iam.github.io/
Other
99 stars 43 forks source link

Request for an optional "Apply for an account with eduGAIN" button #665

Closed Sae126V closed 5 months ago

Sae126V commented 8 months ago

Resolves https://github.com/indigo-iam/iam/issues/522

Added an anchor tag with the content saying "Apply for an account with eduGAIN".

Sae126V commented 8 months ago

eduGAIN_Btn

[Sample on how it looks like]

giacomini commented 8 months ago

Not necessarily with this PR, but we should probably use the same terminology commonly found on web services: "sign up" or "register".

Sae126V commented 7 months ago

Enable the "Apply for an account with EduGAIN" button only if SAML is enabled. e.g. <c:if test="${loginPageConfiguration.samlEnabled}">

Make sense. This will be visible only if SAML is enabled now.

enricovianello commented 7 months ago

I think there's not only EduGAIN as a SAML provider. If you configured another SAML remote provider you'll see a non sense button with the label "Apply for an account with EduGAIN" or am I wrong? And if we add this button for each OIDC/SAML provider configured the login page could contain lots of buttons. Probably we need to add a configuration parameter for each SAML endpoint configured that enables or not its own, specific "Apply for an account with ..." button.

sonarcloud[bot] commented 7 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information