oAuth2
Wednesday, June 11, 2025 at 01:07pmI can't seem to get oAuth2 working so I'm wondering if anyone has. All my attempts for token retrieval end in a 401 with an invalid_client response. I'm sure my account is setup correctly and the values are being sent correctly in the auth call.
Reply to: oAuth2
Friday, July 11, 2025 at 07:17pmHello,
A 401 error is usually when the wrong secret is used. If you don't have the Secret, please try regenerating it.
Here are the steps to regenerate a Secret:
1. Access the OneSpan Sign account,
2. Navigate to API Access under the Admin Tab
3. Under the OAuth2.0 option on the left panel, locate the client.
4. Generate new credentials by clicking on the ellipsis, then click "Get new Credentials."
Thank you