Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 883 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 883 Bytes

Loop saml

Post-installation configuration

Users must be created automatically after signing in through ADFS. To enable this, go to /admin/config/people/accounts > Registration and cancellation > Who can register accounts? and check "Visitors".

Special needs for Aarhus municipality

Aarhus municipality does not support RequestedAuthnContext so we need to apply the patch Aarhus-municipality-does-not-support-RequestedAuthnContext.patch to the contrib module saml_sp:

cd profiles/loopdk/modules/contrib/saml_sp/
curl --location --silent https://raw.githubusercontent.com/os2loop/profile/master/patches/Aarhus-municipality-does-not-support-RequestedAuthnContext.patch | patch --strip=1