0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 07:51:58 +01:00
gitea/web_src/js/features
techknowlogick 5bb8d1924d
Support SAML authentication (#25165)
Closes https://github.com/go-gitea/gitea/issues/5512

This PR adds basic SAML support
- Adds SAML 2.0 as an auth source
- Adds SAML configuration documentation
- Adds integration test:
- Use bare-bones SAML IdP to test protocol flow and test account is
linked successfully (only runs on Postgres by default)
- Adds documentation for configuring and running SAML integration test
locally

Future PRs:
- Support group mapping
- Support auto-registration (account linking)

Co-Authored-By: @jackHay22

---------

Co-authored-by: jackHay22 <jack@allspice.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: morphelinho <morphelinho@users.noreply.github.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-authored-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: silverwind <me@silverwind.io>
2024-02-23 00:08:17 +00:00
..
admin Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00
comp Remove jQuery from the image pasting functionality (#29324) 2024-02-22 17:35:58 +01:00
captcha.js
citation.js
clipboard.js
codeeditor.js
colorpicker.js
common-global.js
common-issue-list.js Make submit event code work with both jQuery event and native event (#29223) 2024-02-17 21:48:10 +01:00
common-issue-list.test.js
common-organization.js
contextpopup.js Remove jQuery from issue reference context popup attach (#29216) 2024-02-17 21:11:56 +08:00
contributors.js
copycontent.js
dropzone.js
emoji.js
eventsource.sharedworker.js
file-fold.js
heatmap.js
imagediff.js
install.js Remove jQuery from the installation page (#29284) 2024-02-21 09:13:48 +01:00
notification.js
org-team.js
pull-view-file.js
repo-branch.js
repo-code.js Add eslint-plugin-github and fix issues (#29201) 2024-02-16 21:41:23 +00:00
repo-code.test.js
repo-commit.js Remove jQuery from the repo commit functions (#29230) 2024-02-22 17:13:25 +00:00
repo-common.js
repo-diff-commit.js
repo-diff-commitselect.js
repo-diff-filetree.js
repo-diff.js Remove jQuery from repo wiki creation page (#29271) 2024-02-20 11:37:37 +01:00
repo-editor.js
repo-findfile.js
repo-findfile.test.js
repo-graph.js
repo-home.js
repo-issue-content.js
repo-issue-list.js Add eslint-plugin-github and fix issues (#29201) 2024-02-16 21:41:23 +00:00
repo-issue-pr-form.js
repo-issue-pr-status.js
repo-issue.js Add eslint-plugin-github and fix issues (#29201) 2024-02-16 21:41:23 +00:00
repo-legacy.js Remove jQuery .map() and enable eslint rules for it (#29272) 2024-02-21 00:05:17 +00:00
repo-migrate.js Remove jQuery from repo migrate page (#29219) 2024-02-17 21:07:47 +01:00
repo-migration.js Remove jQuery from the repo migration form (#29229) 2024-02-19 23:34:35 +01:00
repo-projects.js
repo-release.js Remove jQuery from the repo release form (#29225) 2024-02-18 09:22:09 +08:00
repo-settings.js
repo-template.js
repo-unicode-escape.js
repo-wiki.js Remove jQuery from repo wiki creation page (#29271) 2024-02-20 11:37:37 +01:00
sshkey-helper.js
stopwatch.js
tablesort.js
tribute.js
user-auth-webauthn.js
user-auth.js Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00
user-settings.js