MVC Fake Portal - AuthServer Test

 

Home: This page

Auth Check: Authentication protected page that will list User Claims provided by Auth Server

AuthRead: Protected page containing authorization check for read access (user will need Geek role)

AuthWrite: Protected page containing authorization check for write access (User will need to be Admin role)

Call API: Call protected WebAPI from MVC Controller (server to server)

Call API (JS): Call protected WebAPI from JS Ajax (browser to server)

Logout: Logout the user with the authentication server