chrisjeg/Auth to Palantir Foundry
Get an access token from Palantir Foundry as a third-party application.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | The client ID for the Palantir Foundry instance | yes | — |
| client-secret | The client secret for the Palantir Foundry instance | yes | — |
| foundry-url | The URL of the Palantir Foundry instance | yes | — |
| scope | Space delimited list of scopes for the token, defaults to api:read-data. See https://www.palantir.com/docs/foundry/api/general/overview/introduction/ for more information on the scope you need. | no | api:read-data |
Outputs
| name | description |
|---|---|
| access-token | The access token for the Palantir Foundry instance |