Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jan 27, 2024
1 parent 88ecaf3 commit 84e794b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions connector/hsdp/README.md
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.

0 comments on commit 84e794b

Please sign in to comment.