Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Already defined in SAML Metadata specifications

Example :

Code Block
  <IDPSSODescriptor WantAuthnRequestsSigned="true"
      protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
   ...
   <saml:Attribute
       NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
      Name="urn:saml_attribute_name_1" />
   <saml:Attribute 
      NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
      Name="urn:saml_attribute_name_2" />
   ...
 </IDPSSODescriptor>

...

  • The Yadis XRDS document only advertizes the SREG/AX service(s) supported by the OP but not the exact list of supported attributes/claims.
  • Proposal : Extension to the YADIS XRDS document.
    Explicitly advertize OP's supported attributes/claims part of XRDS document published by the OP ?
    _Help needed on best way to do it with XRDS