forked from dexidp/dex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 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,14 @@ | ||
# HSP IAM connector | ||
|
||
This connector allows you to use the HSP IAM service as an identity provider for your Cloud Foundry applications. | ||
|
||
## Custom scopes | ||
|
||
The connector supports custom scopes. To use them, you need to create a custom scope in the HSP IAM service and then add it to the `scopes` array in the `manifest.yml` file. | ||
|
||
| Scope | Description | | ||
|----------------------|--------------------------------------------| | ||
| `hsp:iam:introspect` | Returns introspect response as a claim. | | ||
| `hsp:iam:token` | Returns a HSP IAM access token as a claim. | | ||
|
||
> All of the above mentioned scopes are optional but must be specified in the `allowed_scopes` settings for them to become available. |