This repository was archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 837
Send credentials (certificate) when retrieving token #1062
Labels
Comments
What certificate? |
i would like to include the cookies while sending the token request. |
This is really required. I am sending the token as a cookie from an api to avoid access token stroring either in session or local storage in the client side. if we dont make withcredentials = true, it ignores the repsonse cookies and cookies are not attached to the subsequent requests.. |
@brockallen There is an open pull request that fixes this issue. Please let me know if there are any changes needed. |
And if you do something like this.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When conducting the post request to get the token from the idp, we should be able to choose whether we want to send the credentials in the post request so the idp can verify who is calling to get the token with our certificate.
The text was updated successfully, but these errors were encountered: