Unicon / shib-cas-authn3

Integrates an external CAS Server and Shibboleth IdPv3.
Apache License 2.0
22 stars 16 forks source link

No way to set custom ParamBuilders #12

Closed rrenomeron closed 8 years ago

rrenomeron commented 8 years ago

It looks like the mechanism from the v2 CasLoginHandler for adding custom IParameterBuilders to add additional parameters to the CAS login URL was not ported to the v3 plugin.

jtgasper3 commented 8 years ago

Yeah, it looks like a way to add in additional ones was left out during the code migration from v2 to v3.

If you do not mind me asking. What is your use case? I've not actually seen anyone use a custom impl.

rrenomeron commented 8 years ago

I have made some customizations to CAS that allow an application to force a particular authentication method by adding a parameter to the login URL. It's meant to mimic the proposals around authentication LOA that were floating around in the old Jasig wiki.

I've written the code for it, but am busy messing with getting a working IdP v3 instance up, so I haven't had a chance to test it yet.

On Thu, Mar 31, 2016 at 12:20 PM, John Gasper notifications@github.com wrote:

Yeah, it looks like a way to add in additional ones was left out during the code migration from v2 to v3.

If you do not mind me asking. What is your use case? I've not actually seen anyone use a custom impl.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Unicon/shib-cas-authn3/issues/12#issuecomment-204006308

mmoayyed commented 8 years ago

This is done.