Hi
I have a cloud / MVC project where users must authenticate with WAAD
The problem is that when logging off, an incorrect wreply returned from azure
What's the situation:
- Cloud -> https//localhost:44333/
- MVC -> https//localhost:44333/
- In Windows Azure Active Directory
- App URL -> https//localhost:44333/
- App ID URI-> https//localhost:44333/
- Reply Url -> https//localhost:44333/
- When I start the project, the url of the project in IIS Express is https://127.255.0.0:44334/
- Then, I log on with my Microsoft account, the url is https//localhost:44333/
SignOut url:
https://...wsignout1.0&wreply=https%3a%2f%2flocalhost%3a44334%2fSignOut%2f&wtrealm=https%3a%2f%2flocalhost%3a44333%2f
Who know the answer for this?
Thanks in advance!!
Nick
I have a cloud / MVC project where users must authenticate with WAAD
The problem is that when logging off, an incorrect wreply returned from azure
What's the situation:
- Cloud -> https//localhost:44333/
- MVC -> https//localhost:44333/
- In Windows Azure Active Directory
- App URL -> https//localhost:44333/
- App ID URI-> https//localhost:44333/
- Reply Url -> https//localhost:44333/
- When I start the project, the url of the project in IIS Express is https://127.255.0.0:44334/
- Then, I log on with my Microsoft account, the url is https//localhost:44333/
SignOut url:
https://...wsignout1.0&wreply=https%3a%2f%2flocalhost%3a44334%2fSignOut%2f&wtrealm=https%3a%2f%2flocalhost%3a44333%2f
Who know the answer for this?
Thanks in advance!!
Nick