Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add OIDC nonce and sub support. #373

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

Steve0x2a
Copy link
Member

@Steve0x2a Steve0x2a commented Dec 15, 2021

Fix: #358

  1. add nonce parameter.
    Some packages like lua-resty-openidc verify that the nonce is the same in request and response, so nonce support needs to be added.
  2. add sub in userinfo endpoint.
    Some applications need to verify the sub in the userinfo endpoint, so add it. There may be a better implementation later.

Signed-off-by: 0x2a stevesough@gmail.com

1. add nonce parameter.
2. add sub in userinfo endpoint.

Signed-off-by: 0x2a <stevesough@gmail.com>
@casbin-bot
Copy link
Contributor

@seriouszyx @tangyang9464 please review

@hsluoyz hsluoyz changed the title feat: add OIDC feature support. feat: add OIDC nonce and sub support. Dec 15, 2021
@hsluoyz hsluoyz merged commit 98f6cc0 into casdoor:master Dec 15, 2021
@casbin-bot
Copy link
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to authenticate APISIX with Casdoor
3 participants