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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
In mi CAS client user model, I have cas_extra_attributes method for receiving these parameters from the server.
I have detected the following situation: Sometimes CASino is sending the roles (extra_attribute) as an empty array, and in the users DB the roles are there for sure.
I was wondering if this might be caused for one of these two:
Problems with associated attributes in the user model (Such as roles, these are managed in a separate application)
Problems with having multiple instances of the CAS server and clients
Ticket expirations problems?
Any help would be amazing.
The text was updated successfully, but these errors were encountered:
So right now, I don't have any clue how this can happen. I saw several different configurations where the extra_attributes worked consistently well.
The only difference was that there was always only one CAS server (CASino), maybe it was running multiple instances through mod_passenger but it was always running on only one server.
Could you provide us the configuration you are using? Maybe also the XMLs request and response of the client<->server communication of such an empty array response.
Hi,
In mi CAS client user model, I have cas_extra_attributes method for receiving these parameters from the server.
I have detected the following situation: Sometimes CASino is sending the roles (extra_attribute) as an empty array, and in the users DB the roles are there for sure.
I was wondering if this might be caused for one of these two:
Any help would be amazing.
The text was updated successfully, but these errors were encountered: