function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dhaval BhavsarDhaval Bhavsar 

I check my response with saml validation

can you please check point (6) issue how to solve?
Last recorded SAML login failure:  2015-06-04T04:58:34.395Z
Unexpected Exceptions
  Ok
1. Validating the Status
  Ok
2. Looking for an Authentication Statement
  Ok
3. Looking for a Conditions statement
  Ok
4. Checking that the timestamps in the assertion are valid
  Ok
5. Checking that the Attribute namespace matches, if provided
  Not Provided
6. Miscellaneous format confirmations
  InResponseTo must be empty for Idp-init Browser POST Profile
7. Confirming Issuer matches
  Ok
8. Confirming a Subject Confirmation was provided and contains valid timestamps
  Ok
9. Checking that the Audience matches
  Ok
10. Checking the Recipient
  Ok
  Organization Id that we expected: 00D28000000WHXX
  Organization Id that we found based on your assertion: 00D28000000WHXX
11. Validating the Signature
  Is the response signed? true
  Is the assertion signed? true
  Is the correct certificate supplied in the keyinfo? true
  Ok
12. Checking that the Site URL Attribute contains a valid site url, if provided
  Not Provided
13. Looking for portal and organization id, if provided
  Not Provided
14. Checking if session security level is valid, if provided
  Ok
Subject: ad46dd87c3c0671a67475e66758ded984c7d3073
Unable to map the subject to a Salesforce.com user

AssertionId: _e871962c45fa10cac5e59e2d14a44fae19936dc95a
Andy BoettcherAndy Boettcher
What are you asking us to look at?
Dhaval BhavsarDhaval Bhavsar
error :- Unable to map the subject to a Salesforce.com user how i have to set attribute in my idp side in my authsource.php file i have

default-sp' => array(
                'saml:SP',
                'entityID'=> 'https://saml.salesforce.com',
                'idp'=> 'https://10.2.2.20/simplesamlphp-sales-froce/www/saml2/idp/metadata.php',
                'ssoPortalUrl'=> 'https://10.2.2.20/simplesamlphp-sales-froce/www/saml2/idp/SSOService.php',
                'attributes' => array('email'),
                'authproc' => array(
                        1 => array(
                                'class' => 'saml:NameIDAttribute',
                                'attribute' => 'dhaval.bhavsar@indianic.com',
                        ),
                ),
        
                ),
    'example-userpass' => array(
        'exampleauth:UserPass',
            'asd@test.com:1234444' => array(
            'uid' => array('user1'),
            'mail' => 'asd@test.com',
            'first_name' => 'User',
            'last_name' => 'One',
            
            ),
            'user2:pwd' => array(
            'uid' => array('user2'),
            'mail' => 'user2@test.com',
            'first_name' => 'User',
            'last_name' => 'Two'
            ),
            'user3:pwd' => array(
            'uid' => array('user2'),
            'mail' => 'user2@test.com',
            'first_name' => 'User',
            'last_name' => 'Two'
            )
    ),

so where i need to pass my sales force attribte.

please give me in array because i have used array formate.
Swaminathan Ganesan 28Swaminathan Ganesan 28
Dhawal,

Did this get resolved for you? If so how did you resolve?