Skip to content

Identity Management & Authentication Client/Server Application

License

Notifications You must be signed in to change notification settings

mmarangoni/AccessManagement

Repository files navigation

AccessManagement

Identity Management & Authentication Client/Server Application

Features of this 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

Using the application:

  1. Open each solution in a different Visual Studio app -- one for IAServer, one for PrimaryWebApp, and one for SecondaryWebApp
  2. Build/compile each solution to gather any missing files or dependencies (ctrl + shift + B)
  3. Run each app (ctrl + F5 within Visual Studio)
  4. The primary and secondary web apps will have their own web interface, and interact with the IAServer
  5. Use a web inspector/debugger application such as Fiddler to send, receive, and inspect JSON. (Open the .har file for sample usage)