I have a rails application with SAML implementation. I try to integrate it with Windows Azure active directory for single sign on. I have created an application to the active directory.
From the end points I gave login and logout URL for SAML in my application. I needed SHA1 fingerprint, I used that from FederationMetaData.xml.
When I try to login to my application it is redirecting me and I am getting
Additional technical information: |
Correlation ID: a025e799-2bdc-4c4b-8e42-a391099b6743 |
Timestamp: 2014-09-16 06:59:24Z |
AADSTS70001: Application with identifier "<myapp.com>" was not found in the directory 9c7060dc-5b64-4632-a2e9-988288c59971 |
What am I doing wrong?