Hi,
We are building an ASP.net - MVC web app and we have to implement SSO on Azure AD. Our application is registered with Azure AD and the following information has been provided to us by Azure team:
- App ID
- AD Group
- Cert
- Key
- Metadata XML
Before we received this info the azure team had taken the following from us:
- Sign on URL
- Entity ID / Identifier URL
- Assertion Consumer Service URL / Reply URL
I have searched the internet and read several articles. I am still not able to find any SDK/code sample or tutorial on where to go from here. All articles talk about version 2.0 or oAuth or Open connect. There is very little info on SAML + SSO on version 1.0
Request the wonderful people on this forum to point us in the right direction. Apologies in advance if my doubt is too dumb for this forum :p
Thanks.