mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Improve CAS documentation
This commit is contained in:
parent
c35eb16fc5
commit
96e5812fc0
2 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ export default Mixin.create({
|
|||
this.set('isAuthProviderKeycloak', this.get('appMeta.authProvider') === constants.AuthProvider.Keycloak);
|
||||
this.set('isAuthProviderLDAP', this.get('appMeta.authProvider') === constants.AuthProvider.LDAP);
|
||||
this.set('isAuthProviderCAS', this.get('appMeta.authProvider') == constants.AuthProvider.CAS);
|
||||
|
||||
if (this.get('appMeta.authProvider') === constants.AuthProvider.LDAP) {
|
||||
let config = this.get('appMeta.authConfig');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue