Hi
I am want to establish a federation between my WCF and O365. I found several blogs on the toppic.
http://haishibai.blogspot.nl/2012/07/guided-tour-of-windows-azure-active.html
http://blogs.msdn.com/b/vbertocci/archive/2012/07/12/single-sign-on-with-windows-azure-active-directory-a-deep-dive.aspx
both are based on the developer preview.
The creation of the security pricipal works.
DisplayName : GF Federation
ServicePrincipalNames : {customers/gfpocds.cloudapp.net, xxxxxx}
ObjectId : 2f994203-b7b3-4816-b549-f3f5c7bd1935
AppPrincipalId : xxxxx
TrustedForDelegation : False
AccountEnabled : True
Addresses : {}
KeyType : Symmetric
KeyId : yxyxyxyxy
StartDate : 1-1-2013 8:00:00
EndDate : 11-11-2013 8:00:00
Usage : Verify
In the step estabish the trust I get an error while retriving the federationmetadata.
The URL
returns HTTP 404 not found.
What goes wrong?
Michiel van Buuren