Hi, that was the point I was afraid of... Maybe you can point me what exactly should I look for to use with our CAS ?
понедельник, 12 декабря 2016 г., 22:52:03 UTC+2 пользователь Pascal Rigaux написал: > > Hi, is your app really only static html & js? > > If that's the case, you can't use CAS: > - you need some server side code to call serviceValidate > - mod-auth-cas can validate, check authorization, but it can't be used > as a web-service that will return user attributes. You still need some > apache SSI / CGI / PHP / servlet / ... > > For static web apps, you need oauth2/oidc implicit flow! > > cu > > Iurii Sergiichuk <[email protected] <javascript:>> a écrit : > > > Hi, I'd like to ask for some assistance on obtaining user information > from > > our frontend (raw html and js), that is hosted with tomcat behind Apache > > proxy, using mod_auth_cas for handling CAS SSO authentication. > > > > I'm using CAS 4.2.4 and SSO do really work, but I cannot understand how > can > > I get any user-related information from frontend ? As far as I > understood > > user information should be obtained from /cas/serviceValidate call, but > > while using Apache mod_auth_cas I do not actually see such calls, while > > after login I'm automatically redirected to Application page and if I'm > not > > authorized - I'd be redirected to /cas/login page. > > > > Could anyone help me and tell what exactly I missed? I can prepare our > > configurations upon request. > > > -- - 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/16cf8db7-0d25-40c4-bc78-d4dec75f4bac%40apereo.org.
