Results 1 to 2 of 2

Thread: Spring security SAML and SAML attributes

  1. #1
    Join Date
    Dec 2007
    Posts
    3

    Default Spring security SAML and SAML attributes

    I need to integrate a spring application with an existing SAML IDP requesting some custom SAML attributes to be set in the SAML authentication request.

    I've tried with the spring security SAML extension but I couldn't find a way to set SAML attributes in the SAML authentication request.

    Can someone give me a hint?

    Thanks

  2. #2
    Join Date
    Feb 2009
    Location
    Helsinki
    Posts
    151

    Default

    SAML AuthenticationRequest doesn't support any standard way to send attributes towards IDP. The only place for inclusion of such data is the Extensions element. You can customize content sent in the created AuthnRequest by overriding method "protected AuthnRequest getAuthnRequest(...)" in the WebSSOProfileImpl.

    I think that you should ask your IDP for an example of an authentication request they expect and work from that.

    Vladi

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •