JasonJohnsonWMU / Symbolic-Math-Grader

0 stars 0 forks source link

Add Client Side Auth #11

Closed lukedukeus closed 2 years ago

lukedukeus commented 2 years ago

For now, just use personal client id or public client id. We can meet with WMU IT later to get a test app registration.

lukedukeus commented 2 years ago

Added client side auth in 71af58944a8ac87508508769d0c3b5d94fe6e6da. Thinking about using https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-5-HybridFlow for server side auth.