[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Adding Tests
[ ] Build related changes
[ ] CI related changes
[ ] Documentation changes
[ ] Other... Please describe:
What is the current behavior?
Customer reports then default authorization for /token endpoint (client_secret_basic) doesn't work for some reason (related to configuration of his network probably) but client_secret_post works.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Customer reports then default authorization for
/token
endpoint (client_secret_basic
) doesn't work for some reason (related to configuration of his network probably) butclient_secret_post
works.Issue Number: OKTA-379204
What is the new behavior?
Developer can pass custom options to OpenId Client constructor
Should resolve issue https://github.com/okta/samples-nodejs-express-4/issues/105 by adding
in options for
ExpressOIDC
here: https://github.com/okta/samples-nodejs-express-4/blob/master/common/sample-web-server.js#L31Does this PR introduce a breaking change?
Other information
Reviewers