You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consumer applications may need the CAS server to display a message, passed as an HTTP parameter.
A strong use case is when CAS succesfully logs in a user, but that user is unauthorized to use a given application. In such an sceneario I'd like to invoke logout from the CAS client, passing an "unauthorized" message to be displayed on the CAS server.
In short my proposal is to:
Add a "message" param to the CAS server, maybe with a issue severity level as well (info, warning, error) so we can render the HTML accordingly.
Update rubycas-client(-rails) to leverage this feature.
Greetings - Victor
The text was updated successfully, but these errors were encountered:
Consumer applications may need the CAS server to display a message, passed as an HTTP parameter.
A strong use case is when CAS succesfully logs in a user, but that user is unauthorized to use a given application. In such an sceneario I'd like to invoke logout from the CAS client, passing an "unauthorized" message to be displayed on the CAS server.
In short my proposal is to:
Greetings - Victor
The text was updated successfully, but these errors were encountered: