How to configure an Authentication and Authorization Server?

1

How to set up an authentication and authorization server like Google by Cookie, and then be able to make it available to ASP.NET MVC applications from the same group of web applications with the same user base?

I've been trying to understand this example but uses Google to try to identify a way to create such a setting. But I did not understand how I could do my own validation and also return the user data (Properties, Roles and Claims).

    
asked by anonymous 15.08.2016 / 16:34

1 answer

1

Someone has done this for you , with more features than the example link.

See the configuration steps here .

    
15.08.2016 / 18:23