mirror of
https://github.com/urosran/cally.git
synced 2025-08-25 21:59:39 +00:00
- Additional comment
This commit is contained in:
@ -26,7 +26,7 @@ const microsoftConfig = {
|
||||
issuer: "https://login.microsoftonline.com/common",
|
||||
clientId: "<your-client-id>", // Replace with your microsoft client id
|
||||
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: {
|
||||
authorizationEndpoint:
|
||||
"https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
|
||||
|
Reference in New Issue
Block a user