1
0
Fork 0
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:
HarveyKandola 2019-08-27 11:02:56 +01:00
parent c35eb16fc5
commit 96e5812fc0
2 changed files with 3 additions and 2 deletions

View file

@ -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');