mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
875a828831
* feat(connector): azure active directory connector added * refactor(connector): apply code review suggestions * refactor: removed PKCE * chore: update package and lockfile * refactor(connector): fix typo * refactor(connector): polish code Co-authored-by: Gao Sun <gao@silverhand.io>
6 lines
155 B
JSON
6 lines
155 B
JSON
{
|
|
"clientId": "<client-id>",
|
|
"clientSecret": "<client-secret>",
|
|
"tenantId": "<tenant-id>",
|
|
"cloudInstance": "https://login.microsoftonline.com/"
|
|
}
|