fix: update Microsoft OAuth configuration with new clientId and authority
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"OAuth": {
|
||||
"Providers": {
|
||||
"microsoft": {
|
||||
"Authority": "https://login.microsoftonline.com/4a0d328f-1f94-4920-b67e-4275737d02a5/v2.0",
|
||||
"ClientId": "eb03f08b-280a-46c7-9700-b012caa46000",
|
||||
"ValidAudiences": ["eb03f08b-280a-46c7-9700-b012caa46000"]
|
||||
"Authority": "https://login.microsoftonline.com/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0",
|
||||
"ClientId": "904abfa3-d392-400b-8de8-284e6041e929",
|
||||
"ValidAudiences": ["904abfa3-d392-400b-8de8-284e6041e929"]
|
||||
},
|
||||
"google": {
|
||||
"Authority": "https://accounts.google.com",
|
||||
|
||||
Reference in New Issue
Block a user