Replies: 1 comment
-
Well, this is embarrassing... Sorry, it works fine! Just needed the param on both authorize and token endpoints! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am attempting to use this library for authenticating via Salesforce's SLAS and one of their requirements is that token url requires an additional parameters into the body to designate an IDP. You can see here and search for
channel_id
. Is this possible with this library? https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getAccessTokenThe documentation here mentions that parameters can be added, but in my testing, they are not being send in the body.
https://github.com/panva/openid-client/blob/main/docs/functions/authorizationCodeGrant.md
Beta Was this translation helpful? Give feedback.
All reactions