Hi, I am trying to build a serverless pyhton API that uses CAS for authentication and role based authorization. There will be mobile and web applications using the AWS API Gateway to consume the API but I am a bit confused. For example, if I build a PHP application using phpCAS client it is easy. It redirects the user to CAS and after authentication it created a local cookie. It works till cookie expires.
Considering API Gateway is facing the user how can I implement the CAS authentication for my python API ? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/76c90b73-41e1-47ca-9b63-2e72d5e21cda%40apereo.org.
