IDP - Authentication against external module.

Cantor, Scott cantor.2 at osu.edu
Thu Mar 19 08:47:48 EDT 2020


> My question is, on Shibboleth where/what I should configure the integration
> with external module ?

The V4 extension point for building custom password validation is the CredentialValidator [1] interface, and AbstractCredentialValidator [2] base class. Alternatively a JAAS login module can be built.

> I should create an HttpConnector inside attribute-resolver.xml ?

That has nothing to do with authentication.
 
-- Scott

[1] https://build.shibboleth.net/nexus/service/local/repositories/site/content/java-identity-provider/4.0.0/apidocs/net/shibboleth/idp/authn/CredentialValidator.html
[2] https://build.shibboleth.net/nexus/service/local/repositories/site/content/java-identity-provider/4.0.0/apidocs/net/shibboleth/idp/authn/AbstractCredentialValidator.html



More information about the users mailing list