Add sso for other websites

This commit is contained in:
Josh-Heaps
2026-04-21 16:13:26 -06:00
parent 15a84b2027
commit e3d9c8f273
8 changed files with 298 additions and 2 deletions
@@ -0,0 +1,5 @@
@page "/sso/authorize"
@model Media.JoshHeaps.Net.Pages.Sso.AuthorizeModel
@{
Layout = null;
}