You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DingTalk supports only the `openid` or `openid corpid` scopes. For a basic setup, use the `openid` scope.
74
-
# To learn more about the scopes available for DingTalk, read the [related documentation](https://open.dingtalk.com/document/orgapp-server/tutorial-obtaining-user-personal-information).
75
-
- openid
76
-
```
60
+
```yaml
61
+
selfservice:
62
+
methods:
63
+
oidc:
64
+
enabled: true
65
+
config:
66
+
providers:
67
+
- id: dingtalk # this is `<provider-id>` in the Authorization callback URL. DO NOT CHANGE IT ONCE SET!
68
+
provider: dingtalk
69
+
client_id: .... # Replace this with the OAuth2 Client ID provided by DingTalk
70
+
client_secret: .... # Replace this with the OAuth2 Client Secret provided by DingTalk
# DingTalk supports only the `openid` or `openid corpid` scopes. For a basic setup, use the `openid` scope.
76
+
- openid
77
+
```
78
+
79
+
:::info
80
+
81
+
To learn more about the scopes available for DingTalk, read the [related documentation](https://open.dingtalk.com/document/orgapp-server/tutorial-obtaining-user-personal-information).
82
+
83
+
:::
77
84
78
85
7. Update the Ory Cloud Identity Service configuration using the file you worked with:
0 commit comments