I have a service with a login form. The login form also has a link to Azure
AD for delegated login for certain users.
When the link is used, I see a message in my logs:
Registered service [FOOBAR] does not define any authorized/supported
delegated authentication providers. It is STRONGLY recommended that you
authorize and assign providers to the service definition. While just a
warning for now, this behavior will be enforced by CAS in future versions.
I assume it wants an entry in the service file like:
"delegatedAuthenticationPolicy" : {
"@class" :
"org.apereo.cas.services.DefaultRegisteredServiceDelegatedAuthenticationPolicy",
"allowedProviders" : [[ "FOOBAR" ] ],
"permitUndefined": true,
"exclusive": false
}
This should still allow LDAP authentication, correct?
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/c30b3a83-5d28-4667-a6e9-d8e5d820e49en%40apereo.org.