-
Notifications
You must be signed in to change notification settings - Fork 176
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
Support reading extra_attributes #15
Comments
@serac @scottt732 Any thoughts on this? |
For example other CAS libraries, like the standard Ruby one would do this. |
More specifically the cas:attributes. If the library doesn't parse it, is there a handle to the POST body XML somewhere so that the client app can parse it themselves. |
The recommended way to consume attributes is via the SAML 1.1 protocol, which this client (and many others) supports. See http://jasig.github.io/cas/4.2.x/protocol/SAML-Protocol.html. |
A CAS server may pass
extra_attributes
(like full name) for the user being logged in. Looks like currently there is no way for this client to read that.Is that correct?
The text was updated successfully, but these errors were encountered: