-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need Attribute name for firstname , lastname , email #11
Comments
@abiram2008raj, you'll need to look at your CAS server and CAS response to determine what attributes are returned. CAS servers can be configured to return any number of attributes with arbitrary keys. Many CAS installations/configurations do not include any attributes in the response as when using the CAS protocol, only the user_id is a required value, attributes are optional. |
Hello, |
@paszczus This module uses phpCAS to communicate with the CAS server. Try pointing an attribute-viewing sample script that directly your CAS server and printing out the attributes returned. This will also allow you to use |
@adamfranco mail attribute is working for me only with SAML 1.1. |
Is that fixed now? |
We are using CAS 6.1 and everything is working fine. |
#8 #10 @adamfranco @stevengnelson @melissaFloyd @imcbride
Currently i filled all details in casattras. CAS logged successfully.
But i didnt get any details like firstname , Lastname, Email.
In field first name = '' if filled givenName Its not fetch name
Last name = '' if filled sn Its not fetch name
Email = '' if filled mail Its not fetch name
Please help me out
The text was updated successfully, but these errors were encountered: