Skip to content

for some SPA client_secret is not required to be sent for fetching token #381

@ronak1009

Description

@ronak1009

For the following code:

exports.OAuth2.prototype.getOAuthAccessToken= function(code, params, callback) {
  var params= params || {};
  params['client_id'] = this._clientId;
  params['client_secret'] = this._clientSecret;

For some OIDC clients, the client_secret is not required to be passed. For example, with ORY,
ory doc, the example shows that client_secret is removed.

But for some the others like OKTA, client_secret is required.

I am using passport-js 's strategy @govtechsg/passport-openidconnect with pkce workflow which uses this library. It requires this option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions