[cas-user] Custom 403 page for unauthorized access to service

2020-11-03 Thread Carl Waldbieser
I want to use the accessStrategy -> unauthorizedRedirectUrl in my service registry if a user authenticates but doesn't have the required entitlement. I think I can use the attributeReleasePolicy and accessStrategy to accomplish this, but if a user is not authorized, I want the web browser to be

Re: [cas-user] Spring Reactive Client Logout Problem

2020-11-03 Thread Ray Bon
Denzig, I assume you are talking about single logout, where cas server will send a logout request to your application. With a 'normal' cas login session, the service ticket is sent to the application in the logout request (POST). It is up to the application to associate that ST with a user's

[cas-user] I need guidance please: Id in social networks must go with Google2Profile

2020-11-03 Thread Fernando Gómez
Hello, to complete my integration of CAS SSO with my app, I need that when I return the answer that it can be credited with networks, for example with Google, my ID that I return must come in the format: Google2Profile123456789, it means that the Google2Profile word concatenated the user's ID,

[cas-user] Spring Reactive Client Logout Problem

2020-11-03 Thread denizg
Hello, I have reactive spring client and CAS server. I can't integrate them directly, because java cas-client library is not reactive, and if i import that dependency, my spring project doesn't work. because imported library is dependent on MVC/servlet stack and it doesn't work at reactive