From 800a7e08054433c1603e776f27eb3c62a2b4bf14 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 17 Sep 2024 16:39:16 +0200 Subject: [PATCH] update docs --- Readme.md | 12 +++++++----- docs/20_Features.md | 2 ++ docs/_index.md | 11 +++++++---- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index db4370a..289b4a6 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,13 @@ # AAI Login page -A login page for multiple AAI organisations. +A login page for Php applications with login from multiple AAI organisations. +It offers a set or organisations (Identity providers) that can be filtered. -* PHP -* License: GNU GPL 3.0 -* Source: https://git-repo.iml.unibe.ch/iml-open-source/login-aai -* Docs: see docs folder +With it you can let login people with AAI / EDUGAIN on their own university and giv access tou your server. + +📜 License: GNU GPL 3.0 \ +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/login-aai> \ +📗 Docs: <https://os-docs.iml.unibe.ch/login-aai> ⚠️ Work in progress! diff --git a/docs/20_Features.md b/docs/20_Features.md index 0babcd2..edd1b08 100644 --- a/docs/20_Features.md +++ b/docs/20_Features.md @@ -4,3 +4,5 @@ * The list is filtered during typing in the search field. When entering multiple words all keywords must match. * The filter is stored in localstorage of the webbrowser. On reload or the next week the last filter will be activated. * A set of filter buttons by TLD will be generated. It is shown when minimum 2 TLDs were found. +* An active shibboleth session will bedetected and hides the list of organisations +* Multi language support; English and German language files are part of the project diff --git a/docs/_index.md b/docs/_index.md index 6442871..3a2efb1 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,10 +1,13 @@ # AAI Login page -A login page for multiple AAI organisations. +A login page for Php applications with login from multiple AAI organisations. +It offers a set or organisations (Identity providers) that can be filtered. -* PHP -* License: GNU GPL 3.0 -* Source: https://git-repo.iml.unibe.ch/iml-open-source/login-aai +With it you can let login people with AAI / EDUGAIN on their own university and giv access tou your server. + +📜 License: GNU GPL 3.0 \ +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/login-aai> \ +📗 Docs: <https://os-docs.iml.unibe.ch/login-aai> ⚠️ Work in progress! -- GitLab