What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, I'm trying to login as a customer via the Glue API. I have 2 questions... Using OAuth 2.0

U02P7B6K2LC
U02P7B6K2LC Posts: 121 🧑🏻‍🚀 - Cadet
edited December 2021 in Help

Hi all,

I'm trying to login as a customer via the Glue API. I have 2 questions...

Using OAuth 2.0 (Docs) I keep getting an error:

Client authentication failed

...even though I know the credentials are correct (I'm able to login to Yves with these creds)

is there a list of the "grant_type"'s that are available... I'm using "password" but I'm not sure that's correct.

When I use OAuth 1.0 (Docs) I get:

{
"errors": [
{
"code": "003",
"status": 401,
"detail": "Failed to authenticate user."
}
]
}

ADDITIONAL:

I've tried using the demo users to login "<mailto:sonia@spryker.com|sonia@spryker.com>" etc... this gives the same error.

Also... I've checked and all dependencies are installed (Docs)

Comments