From 95eaa8ad9219d1cdabbadf79df80030930bbfecc Mon Sep 17 00:00:00 2001 From: Sander Apweiler <sa.apweiler@fz-juelich.de> Date: Wed, 4 Oct 2023 13:52:29 +0200 Subject: [PATCH] Update URLs --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 8b64d4a..31fdcc7 100644 --- a/about.html +++ b/about.html @@ -22,7 +22,7 @@ <div class="container" align="justify"> <h1>About Helmholtz AAI</h1> - <p>The Helmholtz AAI service is a Identity and Authorisation Management (IAM) system which arbitrates authenticated access to registered services in the context of the Helmholtz Assosiation. The role of the Helmholtz AAI service is to allow these services to make authentication and the authorisation decisions, and to perform any other processing required, when the end user accesses these services. When connecting to a Helmholtz service that requires a login (eventually with further attributes) the access request is redirected to the Helmholtz AAI instance ( <a href="https://login.helmholtz-data-federation.de/home/home" target="_blank">https://login.helmholtz-data-federation.de/home/home</a>) and the user can effectively login by using his/her primary credential.</p> + <p>The Helmholtz AAI service is a Identity and Authorisation Management (IAM) system which arbitrates authenticated access to registered services in the context of the Helmholtz Assosiation. The role of the Helmholtz AAI service is to allow these services to make authentication and the authorisation decisions, and to perform any other processing required, when the end user accesses these services. When connecting to a Helmholtz service that requires a login (eventually with further attributes) the access request is redirected to the Helmholtz AAI instance ( <a href="https://login.helmholtz.de/home" target="_blank">https://login.helmholtz.de/home</a>) and the user can effectively login by using his/her primary credential.</p> <p>Helmholtz AAI may use and store the Attributes provided by the IdP. The Helmholtz AAI Service Provider makes sure that the end user’s attributes are only forwarded to lower-level Service Providers which the end user wants to access.</p> </div> </body> -- GitLab