Hi. Apologies if I have missed something, but I am trying to connect to the Intersect API. Just for testing, I have been using Postman. Still quite new to it, and having a problem getting an auth token. Access is enabled in config and I have granted myself user.manage access, but I am unable to get a token.
Â
I thought the issue may be my password. In the documenrarion that getting an authentication token requires the SHA256 hash of my password. Reading around though, it seems that accessing the database in other ways requires a re-hashed password once the SALT has been added (ie hash password, then add salt, then hash again)
Â
So, my question is, which do I need to use to access to the API;Â the hash of my plaintext password, or the hash of my plaintext password+salt and hashed again?
Â
Sorry if it's a bit garbled. Any help is appreciated Cheers.
Question
AlfyG
Hi. Apologies if I have missed something, but I am trying to connect to the Intersect API. Just for testing, I have been using Postman. Still quite new to it, and having a problem getting an auth token. Access is enabled in config and I have granted myself user.manage access, but I am unable to get a token.
Â
I thought the issue may be my password. In the documenrarion that getting an authentication token requires the SHA256 hash of my password. Reading around though, it seems that accessing the database in other ways requires a re-hashed password once the SALT has been added (ie hash password, then add salt, then hash again)
Â
So, my question is, which do I need to use to access to the API;Â the hash of my plaintext password, or the hash of my plaintext password+salt and hashed again?
Â
Sorry if it's a bit garbled. Any help is appreciated Cheers.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now