<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008C3jp6SABOkta Classic EngineIntegrationsAnswered2024-04-30T09:18:25.000Z2018-03-14T10:29:28.000Z2018-03-14T10:29:28.000Z
Authentication method supported
I have created a client credentials using POST /oauth2/v1/clients API with token_endpoint_auth_method as "client_secret_basic" and it worked fine when passing clientcredential in header. When i send the client credentials in request payload that too working but i have mentioned only client_secret_basic on created Client(API). Since Okta supporting client_secret_basic,  client_secret_post and client_secret_jwt how it determining which auth method should work?

 

Why it is not returning error when client configured to support only client_secret_basic and i am sending clientcredential in payload from C# application?

j5v7c likes this.
  • Hi Vijeesh, The Client Secret is set to the same value for Basic, POST and JWT, unless all three are specified.
  • j5v7c (j5v7c)

    Hello,

     

    Thanks for posting your inquiry in Okta Community Portal.

     

    If you receive a great answer to your question(s), please help readers find it by marking it the best answer. Hover over the answer and click "Best Answer." 

     

    Thank you,

     

    Dylann Fezeu

    Okta Help Center Team
    Expand Post
This question is closed.
Loading
Authentication method supported