mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
33 lines
2.5 KiB
Plaintext
33 lines
2.5 KiB
Plaintext
---
|
|
id: sail-point-beta-saa-s-api
|
|
sidebar_label: Introduction
|
|
sidebar_position: 0
|
|
hide_title: true
|
|
---
|
|
|
|
import ApiLogo from "@theme/ApiLogo";
|
|
import Tabs from "@theme/Tabs";
|
|
import TabItem from "@theme/TabItem";
|
|
|
|
<span className={"theme-doc-version-badge badge badge--secondary"}>Version: 3.1.0-beta</span>
|
|
|
|
# SailPoint - Beta SaaS API
|
|
|
|
|
|
|
|
These are the public, beta APIs for SailPoint's SaaS services and are subject to change.
|
|
|
|
<div style={{"marginBottom":"2rem"}}><h2 id={"authentication"} style={{"marginBottom":"1rem"}}>Authentication</h2><Tabs><TabItem label={"OAuth 2.0"} value={"oauth2"}>
|
|
|
|
OAuth2 Bearer token (JWT). See [IdentityNow REST API Authentication](https://developer.sailpoint.com/docs/authentication.html) for more information.
|
|
- Directions for generating a [personal access token](https://developer.sailpoint.com/docs/authentication.html#personal-access-tokens)
|
|
- Directions using [client credentials flow](https://developer.sailpoint.com/docs/authentication.html#client-credentials-grant-flow)
|
|
- Directions for using [authorization code flow](https://developer.sailpoint.com/docs/authentication.html#authorization-code-grant-flow)
|
|
|
|
Which authentication method should I choose? See our [guide](https://developer.sailpoint.com/docs/authentication.html#which-oauth-2-0-grant-flow-should-i-use)
|
|
|
|
Learn more about how to find your `tokenUrl` and `authorizationUrl` [in our docs](https://developer.sailpoint.com/docs/authentication.html#finding-your-tenant-s-oauth-details)
|
|
|
|
|
|
<div><table><tbody><tr><th>Security Scheme Type:</th><td>oauth2</td></tr><tr><th>clientCredentials OAuth Flow:</th><td><p>Token URL: https://tenant.api.identitynow.com/oauth/token</p><span>Scopes:</span><ul><li>sp:scopes:default: default scope</li><li>sp:scopes:all: access to all scopes</li></ul></td></tr><tr><th>authorizationCode OAuth Flow:</th><td><p>Token URL: https://tenant.api.identitynow.com/oauth/token</p><p>Authorization URL: https://tenant.identitynow.com/oauth/authorize</p><span>Scopes:</span><ul><li>sp:scopes:default: default scope</li><li>sp:scopes:all: access to all scopes</li></ul></td></tr></tbody></table></div></TabItem></Tabs></div><div style={{"display":"flex","flexDirection":"column","marginBottom":"var(--ifm-paragraph-margin-bottom)"}}><h3 style={{"marginBottom":"0.25rem"}}>Contact</h3><span>Developer Relations: <a href={"mailto:developers@sailpoint.com"}>developers@sailpoint.com</a></span><span>URL: <a href={"https://developer.sailpoint.com/discuss"}>https://developer.sailpoint.com/discuss</a></span></div>
|
|
|