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

fix: support using bearer token to access protected resources #364

Merged
merged 3 commits into from
Dec 12, 2021

Conversation

Steve0x2a
Copy link
Member

@Steve0x2a Steve0x2a commented Dec 12, 2021

Fix: #353

In the OIDC protocol, userinfo_endpoint often uses bearer token to access userinfo. In casdoor, bearer token method is currently not supported, which makes it difficult to access some services, like Jenkins.

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

@seriouszyx @tangyang9464 please review

Signed-off-by: 0x2a <stevesough@gmail.com>
Signed-off-by: 0x2a <stevesough@gmail.com>
@hsluoyz hsluoyz merged commit 00ab156 into casdoor:master Dec 12, 2021
@Steve0x2a Steve0x2a deleted the bug-fix/bearer branch December 13, 2021 01:38
@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.

Support Jenkins' SSO authentication based on Casdoor
3 participants