0
entripy created
I am struggling to enable OpenIDConnect authentication using core and Angular. I've update my appSettings files like below but can't get things to work. I've tried numerous other combinations as well with no luck.
"OpenId": { "IsEnabled": "true", "Authority": "https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxxxxxxx/v2.0", "ClientId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "LoginUrl": "https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/oauth2/v2.0/authorize", },
1 Answer(s)
-
0
I was working with the 6.7 framework. Regenerating from 6.9 and comparing changes, it now works.