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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -