DRAG DROP
You are developing an ASP.NET MVC application that allows users to log on by using a
third-party authenticator.
You need to configure Microsoft Azure Access Control Services and the application.
Which five actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Which five actions should you perform in sequence?
DRAG DROP
You are developing an ASP.NET MVC application that allows users to log on by using a
third-party authenticator.
You need to configure Microsoft Azure Access Control Services and the application.
Which five actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Which five actions… Answer says only 4!
Answer is wrong anyway
https://azure.microsoft.com/nl-nl/documentation/articles/active-directory-dotnet-how-to-use-access-control/
I think it should be: Create a service namespace -> Add a symmetric key service identity -> Add a Security Token Service (STS) reference in Visual Studio 2012 -> Generate provider rules for claims -> Add the third-party as the identity provider.
Not sure about this one. Possibly this is still valid: https://msdn.microsoft.com/en-us/library/azure/gg429779.aspx
So: Create a service namespace -> Add the third-party as the identity provider -> Register the application as the relying party -> Generate provider rules for claims -> Add a Security Token Service (STS) reference in Visual Studio 2012
It’s how I’ll be answering!