Thanks,
There some points need explanation:
- return new CConicetUtil(JpaBeans.newDataSource(query));
-
*What're the MyUnit, and the CConicetUtil()? whats their purpose?! *
- - JdbcAuthenticationProperties.Query query =
casProperties.getAuthn().getJdbc().getQuery().get(0);
- *in here, doesn't this mean that we are still using the Query
properties! where I need to use custom properties?*
- final ConicetAuthenticationHandler handler = new
ConicetAuthenticationHandler("MyAuthenticationHandler", servicesManager,
principalFactory, 1);
- *what is ConicetAuthenticationHandler?? is't the name of the custom
authentication handler?*
- Also DONT use jdbc support dependency as this is going to use default
jdbc AuthenticationHandler as well as yours.
- *BUT I need to authenticate against MySql database?!*
Thanks again for your appreciated response,
I used to manage this whole thing nicely in previous versions!! BUT these
whole new changes are not helping without a *more detailed guide *specially
for whom are not JAVA oriented developers!!
Best regards,
On Wednesday, December 6, 2017 at 11:18:28 PM UTC+2, noumann.f wrote:
>
> Hi,
>
> I need to create a custom JDBC authentication handler, I'd done this
> previously with version 4.x but with new version 5.1.x things have changed
> !!
>
> I'm following the guide in here:
> https://apereo.github.io/2017/02/02/cas51-authn-handlers
> but I need more details about registering the new handler and how to
> create special properties for it in the cas.properties and then reach them
> in the code!
>
> Best regards,
>
--
- 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/6e5ef97f-855c-4294-9cbe-0ef2b24d884f%40apereo.org.