File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ Cette image a pour but de fournir au administrateurs un serveur CAS facile à me
66L'image Docker a été conçue pour que l'aspect et le paramêtrage soient aisés.
77
88Elle embarque les protocoles suivant :
9+
910* LDAP
10- * OIDC (Oauth, openId)
11- * SAML (saml1, saml2)
11+ * OIDC (OpenId connect) (https://apereo.github.io/cas/6.6.x/authentication/OIDC-Authentication.html )
12+ * SAMLv2 (https://apereo.github.io/cas/6.6.x/authentication/Configuring-SAML2-Authentication.html )
13+ * SAMLv1 (https://apereo.github.io/cas/6.6.x/protocol/SAML-Protocol.html )
1214
1315D'autre protocoles seront ajoutés dans des versions ultérieures comme le MFA.
1416
Original file line number Diff line number Diff line change @@ -282,4 +282,5 @@ dependencies {
282282 implementation " org.apereo.cas:cas-server-support-oidc:${ project.'cas.version'} "
283283 implementation " org.apereo.cas:cas-server-support-themes-collection:${ project.'cas.version'} "
284284 implementation " org.apereo.cas:cas-server-support-generic:${ project.'cas.version'} "
285+ implementation " org.apereo.cas:cas-server-support-saml:${ project.'cas.version'} "
285286}
You can’t perform that action at this time.
0 commit comments