Adding client credential grant type to Web/Browser app

Can we add client credential grant type along with authorization_code grant type in browser app?

Hello,

You can for a Web App,

For a browser app (SPA auth/PKCE) you won’t be able to since client_credentials requires passing credentials to the token endpoint which a browser app can’t (shouldn’t) do.

Thank You,

2 Likes

HI Erik,

Thank you so much for the information

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.