8000 feat: add casdoor as saml idp support by Steve0x2a · Pull Request #571 · casdoor/casdoor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add casdoor as saml idp support #571

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

Merged
merged 11 commits into from
Apr 8, 2022
Merged

Conversation

Steve0x2a
Copy link
Member
@Steve0x2a Steve0x2a commented Mar 17, 2022

Now it is necessary to perform sp connection test, so it is set to draft state
Signed-off-by: 0x2a stevesough@gmail.com

Fix: #405

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

@seriouszyx @Abingcbc @ComradeProgrammer please review

@Steve0x2a Steve0x2a marked this pull request as draft March 17, 2022 04:05
@hsluoyz
Copy link
Member
hsluoyz commented Mar 19, 2022

@seriouszyx plz review

@qwqcode
Copy link
Contributor
qwqcode commented Mar 20, 2022

nice work!

Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
Signed-off-by: Steve0x2a <stevesough@gmail.com>
@Steve0x2a Steve0x2a marked this pull request as ready for review April 6, 2022 06:02
@hsluoyz
Copy link
Member
hsluoyz commented Apr 7, 2022

@seriouszyx plz review

const link = Setting.getFromLink();
Setting.goToLink(link);
} else if (responseType === "code") {
const code = res.data;
const concatChar = oAuthParams?.redirectUri?.includes('?') ? '&' : '?';

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no change

Signed-off-by: Steve0x2a <stevesough@gmail.com>
@hsluoyz hsluoyz merged commit 15daf5d into casdoor:master Apr 8, 2022
@casbin-bot
Copy link
Contributor

🎉 This PR is included in version 1.38.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

deancn added a commit to airdb/casdoor that referenced this pull request Apr 17, 2022
* up/master: (188 commits)
  feat: try to support custom OAuth provider (casdoor#667)
  feat: add isProfilePublic setting for accessing user info (casdoor#656)
  Improve resource DB column length.
  fix: cicd error (casdoor#671)
  feat: add wechat mini program support (casdoor#658)
  fix: add independent error message in token endpoint (casdoor#662)
  feat: implement proxy (casdoor#661)
  feat: implement CAS 3.0 (casdoor#659)
  feat: add casdoor as saml idp support  (casdoor#571)
  fix: grantTypes undefined err (casdoor#654)
  fix: link type error (casdoor#653)
  feat: support user migration from Keycloak using syncer (casdoor#645)
  Enable extra pages.
  fix: sign In button in the result page has broken (casdoor#646)
  fix: change goth version (casdoor#644)
  feat: support CAS with organizations and applications (casdoor#621)
  fix: token endpoint supports json format (casdoor#641)
  feat: add Alipay support as idp (casdoor#638)
  fix: qq idp missing username (casdoor#636)
  Init DB only when necessary.
  ...
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 SAML as IdP
4 participants
0