Support SSO for Blazor WASM template (#23815)

Thanks @phenning and @javiercn !
This commit is contained in:
Phil Henning 2020-07-28 10:05:09 -07:00 committed by GitHub
parent dc53cd0173
commit 28d5d49c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@
"auth": "Individual",
"authenticationType": "IndividualAuth",
"b2cAuthenticationOptions": "Local"
},
{
"auth": "SingleOrg",
"authenticationType": "OrgAuth",
"orgAuthenticationOptions": "SSO",
"provisionServerSymbol": "Hosted",
"callbackPath": "/authentication/login-callback",
"additionalReplyUriPorts": [ 5001 ]
}
],
"ports": [