Identity Management & Authentication Client/Server Application
- Identity Management
- Authentication and Authorization - credential validation, cookie issuing (web apps) & token issuing (web services)
- Machine Key generation for a multi-app shared security environment
- Claims-based security
- User account management
- Open each solution in a different Visual Studio app -- one for IAServer, one for PrimaryWebApp, and one for SecondaryWebApp
- Build/compile each solution to gather any missing files or dependencies (ctrl + shift + B)
- Run each app (ctrl + F5 within Visual Studio)
- The primary and secondary web apps will have their own web interface, and interact with the IAServer
- Use a web inspector/debugger application such as Fiddler to send, receive, and inspect JSON. (Open the .har file for sample usage)