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
MonesMones 

AuthnRequest SAML

Hi,,

 

I'm trying to connect a service provider to salesforce idp but I'm having a though time getting it to work.


Here is the AuthRequest that I send :

<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" 
ID="_342437431d6735a16338b6196769f4a59dc863f659" 
Version="2.0" IssueInstant="2013-01-22T16:13:16Z" 
AssertionConsumerServiceURL="test.archidata.biz/respond" 
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"> 
<saml:Issuer>
test.archidata.biz/respond
</saml:Issuer>
<samlp:NameIDPolicy Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" AllowCreate="true"/></samlp:AuthnRequest>

Insufficient Privileges
You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. 


Then I go into the identity provider error log and get :

"Unable to parse AuthnRequest from service provider"

Don't know what I'm doing wrong here...

-gm-gm
I'm having the same issue; did anyone offer a solution?
mano sivammano sivam
If any of the guys got the answer please post it.
satish janumpallisatish janumpalli
I have a similar problem, can any one help me ?
Dave ChisholmDave Chisholm
If anyone finds the solution please come back and update this post. I am having same issue.