Multiple security providers in Grails with Spring Security -
in grails spring security, how can run different spring security plugins different domains?
for few methods on controller want them secured normal username/password, stored in database. different domain name though, want use method, in case shibboleth.
for example: if acceces example.com/abc redirected user/pass page. if access same webapp sub.example.com/abc led through shibboleth login flow.
the idea support users create account , authenticating existing 3rd party account.
at start can use filterchain.chainmap change out different filters different urls allow switch between providers, i'm not sure dealing subdomains. doc chainmap.
Comments
Post a Comment