feat(actions): add org metadata in complement token and saml response flows (#7263)

* feat(actions): add org metadata in complement token and saml response flows

* document actions
This commit is contained in:
Livio Spring
2024-01-26 09:56:10 +01:00
committed by GitHub
parent 17953e9040
commit 121f9f8da1
6 changed files with 116 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ This trigger is called before userinfo are set in the id_token or userinfo and i
- `user`
- `getMetadata()` [*metadataResult*](./objects#metadata-result)
- `grants` [*UserGrantList*](./objects#user-grant-list)
- `org`
- `getMetadata()` [*metadataResult*](./objects#metadata-result)
- `api`
The second parameter contains the following fields:
- `v1`
@@ -46,6 +48,8 @@ This trigger is called before the claims are set in the access token and the tok
- `user`
- `getMetadata()` [*metadataResult*](./objects#metadata-result)
- `grants` [*UserGrantList*](./objects#user-grant-list)
- `org`
- `getMetadata()` [*metadataResult*](./objects#metadata-result)
- `api`
The second parameter contains the following fields:
- `v1`

View File

@@ -17,6 +17,8 @@ This trigger is called before attributes are set in the SAMLResponse.
- `user`
- `getMetadata()` [*metadataResult*](./objects#metadata-result)
- `grants` [*UserGrantList*](./objects#user-grant-list)
- `org`
- `getMetadata()` [*metadataResult*](./objects#metadata-result)
- `api`
The second parameter contains the following fields:
- `v1`