> 1. I have two authentication handlers. Can I configure two sets of > attributes responses as well (as determined by which handler authenticated > the request)? Need help here please!
No. Attributes are attached to a principal, which should be invariant relative to the authentication method. > 2. I understand that there are few ways to send attributes in response There are two ways, but not those you listed. Attribute release, https://wiki.jasig.org/display/CASUM/Attributes, is required in either case. The extension to the CAS 2.0 protocol (2.1 in your description), is one method. I encourage you to avoid this as support for it is limited and it is effectively an undocumented extension. The other method, https://wiki.jasig.org/display/CASUM/SAML+1.1, works out of the box, is well-supported by various CAS clients, and is reasonably well documented. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
