Quantcast
Channel: Azure Active Directory forum
Viewing all articles
Browse latest Browse all 16000

Problem By Adding Sign-On to Your Web Application Using Windows Azure AD

$
0
0

Hi

I have followed this tutorial to make my project:

http://msdn.microsoft.com/en-us/library/windowsazure/dn151790.aspx

 

The problem is that I can only login by adding the azure IP Address from my cloudservices-server in the Web.config and in the tntregrated app on the azure portal. It's not working with the domainname (https://[name].cloudapp.net:[port]) 

 

I found this link. This example is with ACS namespace but I tried this for my example

http://blog.codit.eu/post/2013/03/19/Using-ACS-and-WAAD-with-JWT-Tokens-for-Web-and-Store-Applications-(Part-1-2).aspx

These were the commands I have given up on powershell

Connect-MsolService

Import-Module MSOnlineExtended -Force

$replyUrl = New-MsolServicePrincipalAddresses –Address "(https://[name].cloudapp.net/

New-MsolServicePrincipal –ServicePrincipalNames @((https://[name].cloudapp.net/") -DisplayName "name" -Addresses $replyUrl

Import-Module MSOnlineExtended -Force

$replyUrl2= New-MsolServicePrincipalAddresses –Address "(https://[name].cloudapp.net:[port]/"

New-MsolServicePrincipal –ServicePrincipalNames @("(https://[name].cloudapp.net:[port]/") -DisplayName "name" -Addresses $replyUrl2

 

Now, I have this error!


How can I solve my problem without working with a ACS namespace?

 

Regards

Nick



Viewing all articles
Browse latest Browse all 16000

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>