mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
- Additional comment
This commit is contained in:
@ -26,7 +26,7 @@ const microsoftConfig = {
|
|||||||
issuer: "https://login.microsoftonline.com/common",
|
issuer: "https://login.microsoftonline.com/common",
|
||||||
clientId: "<your-client-id>", // Replace with your microsoft client id
|
clientId: "<your-client-id>", // Replace with your microsoft client id
|
||||||
redirectUrl: "<your-redirect-uri>", // replace with your redirect uri added in microsoft portal
|
redirectUrl: "<your-redirect-uri>", // replace with your redirect uri added in microsoft portal
|
||||||
scopes: ["openid", "profile", "email"],
|
scopes: ["openid", "profile", "email"], // Add calendar scope
|
||||||
serviceConfiguration: {
|
serviceConfiguration: {
|
||||||
authorizationEndpoint:
|
authorizationEndpoint:
|
||||||
"https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
|
"https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
|
||||||
|
|||||||
Reference in New Issue
Block a user