Hi All,
I used simplesaml and tried to authenticate with ADFS.
I installed simplesaml in my local machine and ADFS in my remote server.
When I clicked Authentication tab in my simplesaml page and then choosed
Test authentication sources which have been configured, the page was redirected to adfs login form. After filling the username and password I got this error on my
screen.
There was a problem accessing the site. Try to browse to the site again.
If the problem persists, contact the administrator of this site and provide the reference number to identify the problem.
Reference number: f0af4ddd-4a18-46de-b2a7-fa26da13d1cc
And here is the error message taken from my ADFS server event viewer
--------------------
Event 364, AD FS
Encountered error during federation passive request.
Additional Data
Exception details:
Microsoft.IdentityServer.Web.RequestFailedException: MSIS7012: An error occurred while processing the request. Contact your administrator for details. --->
System.ServiceModel.FaultException: The creator of this fault did not specify a Reason....
-------------------
Event 261, AD FS
The request specified an Assertion Consumer Service URL '
http://servicesaml.com:8080/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp' that is not configured on
the relying party 'urn:simplesaml:php'.
Assertion Consumer Service URL:
http://servicesaml.com:8080/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp Relying party: urn:simplesaml:php
This request failed.
User Action
Use the AD FS Management snap-in to configure an Assertion Consumer Service with the specified URL for this relying party.
--------------------
Could you help me with this error?
Or give me step by step how to configure simplesamlphp and the ADFS.
Any help would be very much appreciated.