Which version of CAS? D.
From: Dimitri Gavrilov <[email protected]> Reply: [email protected] <[email protected]> Date: March 9, 2017 at 6:46:41 AM To: CAS Community <[email protected]> Subject: [cas-user] Custom Yubikey registry Hello community, Have anyone already implemented custom YubiKeyAccountRegistry and compiled it into the CAS? I have account in LDAP with yubiKeyId attribute containing Yubikey public part. So the registry should be very simple – check if yubikey public part extracted from the entered key belongs to the previously authenticated user. Unfortunately I cannot find any documentation about how-to implement the registry and, which is more important, add it to the CAS. Documentation suggests to add a bean: @Bean public YubiKeyAccountRegistry yubiKeyAccountRegistry() { ... } But where? Can anyone help me? Thank you Dimitri -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/84c77980-8879-48ff-8821-4c64eeb97e75%40apereo.org. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/etPan.58c1690b.58a4a78b.246%40unicon.net.
