BigID API/Token Authentication: Difference between revisions
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
method: 'PUT', | method: 'PUT', | ||
headers: { Authorization: 'SAMPLE' }, | headers: { Authorization: 'SAMPLE' }, | ||
body: JSON.stringify( | body: JSON.stringify(user) | ||
}); | }); | ||
document.getElementById('tokenValue').value = token.value; | document.getElementById('tokenValue').value = token.value; |
Revision as of 18:42, 3 March 2022
In this tutorial we're going to authenticate with BigID using a user token to retrieve a list of data sources.
First we'll need to create a user token for us to use through the BigID UI.
Generate a Token
To do this we need to navigate to the Access Management screen under Administration -> Access Management. On the Access Management screen, select the user you want to create a token for from the System Users List. Then press the Generate button to start the token creation process.
Tokens can only be valid for up to 999 days. Since we're just using this token for testing, let's set it to 30 days and then click Generate like in the screenshot below.
On the next screen you'll see a name for the token as well as the token value. Copy the token value by clicking the icon to the right of it then close the dialog. You can't see the token value again so be sure you have saved it someplace safe.
Finally, save the user so the token can take effect.
Use the tool below to generate a token for the sandbox.