-
-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: launch m2m app for organizations (#6129)
* chore: launch m2m app for organizations * chore: add changeset
- Loading branch information
Showing
15 changed files
with
125 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
"@logto/console": minor | ||
"@logto/core": minor | ||
"@logto/phrases": minor | ||
"@logto/schemas": minor | ||
"@logto/integration-tests": patch | ||
--- | ||
|
||
support machine-to-machine apps for organizations | ||
|
||
This feature allows machine-to-machine apps to be associated with organizations, and be assigned with organization roles. | ||
|
||
### Console | ||
|
||
- Add a new "machine-to-machine" type to organization roles. All existing roles are now "user" type. | ||
- You can manage machine-to-machine apps in the organization details page -> Machine-to-machine apps section. | ||
- You can view the associated organizations in the machine-to-machine app details page. | ||
|
||
### OpenID Connect grant | ||
|
||
The `client_credentials` grant type is now supported for organizations. You can use this grant type to obtain an access token for an organization. | ||
|
||
### Management API | ||
|
||
A set of new endpoints are added to the Management API: | ||
|
||
- `/api/organizations/{id}/applications` to manage machine-to-machine apps. | ||
- `/api/organizations/{id}/applications/{applicationId}` to manage a specific machine-to-machine app in an organization. | ||
- `/api/applications/{id}/organizations` to view the associated organizations of a machine-to-machine app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.