Forum Discussion
- mboeckelmannNovice Ipure1 doesn’t use an api token. we have an application id and you associate your public key to that app id in Pure1 administration. You then take your private key and use it to build the JWT for authentication locally. your app id is also a param in the jwt.
- mboeckelmannNovice Iwhen you login to Pure1, go to left pane section “administration” and then api registration. you can verify the app id and public key for your application name.
- mboeckelmannNovice Ifrom there, you’ll build your jwt(to be used as the subject_token/id_token here) with the app id, the private key associated with the pubkey in pure1, and iat/exp params.