Calling Developers!
We are reenergizing our code contribution process! Learn More

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..

Generate a token for Glue backend API

Options
U054LMRDG2X
U054LMRDG2X Posts: 4 🧑🏻‍🚀 - Cadet
edited May 2023 in Help

Hi Team,

I am trying generate a token for Glue backend API


in DB, I could observe one Oauth client with identifier frontend

Can someone explain how client ID is fetched when we pass the password grant type ?

Tagged:

Comments

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 🪐 - Explorer
    Options

    The functionality to install multiple oauth clients was only added a few days ago (https://github.com/spryker/oauth/releases/tag/2.10.0).
    You probably need to update your oauth module and configure the OauthConstants::OAUTH_CLIENT_CONFIGURATION .

    It needs to have all fields of the OauthClientTransfer

  • U054LMRDG2X
    U054LMRDG2X Posts: 4 🧑🏻‍🚀 - Cadet
    Options

    ok thanks, i will try updating the module