You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
12 months ago
..
admin Support SAML authentication (#25165) 12 months ago
comp Remove jQuery from the image pasting functionality (#29324) 12 months ago
captcha.js
citation.js Don't show unnecessary citation JS error on UI (#28433) 1 year ago
clipboard.js Clipboard copy enhancements (#27669) 1 year ago
codeeditor.js Preserve BOM in web editor (#28935) 1 year ago
colorpicker.js
common-global.js Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow` (#28908) 1 year ago
common-issue-list.js Make submit event code work with both jQuery event and native event (#29223) 12 months ago
common-issue-list.test.js Use vitest globals (#27102) 1 year ago
common-organization.js Fix `initCompLabelEdit` not being called (#29198) 1 year ago
contextpopup.js Remove jQuery from issue reference context popup attach (#29216) 12 months ago
contributors.js Implement contributors graph (#27882) 1 year ago
copycontent.js Use fetch helpers instead of fetch (#27026) 1 year ago
dropzone.js
emoji.js Update JS and PY dependencies (#27501) 1 year ago
eventsource.sharedworker.js
file-fold.js Update JS dependencies (#27922) 1 year ago
heatmap.js Remove fomantic loader module (#26670) 1 year ago
imagediff.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
install.js Remove jQuery from the installation page (#29284) 12 months ago
notification.js
org-team.js Update JS dependencies (#27922) 1 year ago
pull-view-file.js Update JS dependencies (#27922) 1 year ago
repo-branch.js
repo-code.js Add `eslint-plugin-github` and fix issues (#29201) 1 year ago
repo-code.test.js Use vitest globals (#27102) 1 year ago
repo-commit.js Remove jQuery from the repo commit functions (#29230) 12 months ago
repo-common.js Improve "language stats" UI (#26968) 1 year ago
repo-diff-commit.js Use fetch helpers instead of fetch (#27026) 1 year ago
repo-diff-commitselect.js
repo-diff-filetree.js
repo-diff.js Remove jQuery from repo wiki creation page (#29271) 12 months ago
repo-editor.js Update JS dependencies (#27922) 1 year ago
repo-findfile.js Update JS dependencies (#27922) 1 year ago
repo-findfile.test.js Use vitest globals (#27102) 1 year ago
repo-graph.js
repo-home.js Fix edit topic UI (#27925) 1 year ago
repo-issue-content.js Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
repo-issue-list.js Add `eslint-plugin-github` and fix issues (#29201) 1 year ago
repo-issue-pr-form.js
repo-issue-pr-status.js Fix the overflow style for "Hide all checks" (#27932) 1 year ago
repo-issue.js Add `eslint-plugin-github` and fix issues (#29201) 1 year ago
repo-legacy.js Remove jQuery .map() and enable eslint rules for it (#29272) 12 months ago
repo-migrate.js Remove jQuery from repo migrate page (#29219) 12 months ago
repo-migration.js Remove jQuery from the repo migration form (#29229) 12 months ago
repo-projects.js Fix duplicate project board when hitting `enter` key (#27746) 1 year ago
repo-release.js Remove jQuery from the repo release form (#29225) 12 months ago
repo-settings.js Improve user search display name (#29002) 1 year ago
repo-template.js
repo-unicode-escape.js
repo-wiki.js Remove jQuery from repo wiki creation page (#29271) 12 months ago
sshkey-helper.js Remove jQuery from SSH key form parser (#29193) 1 year ago
stopwatch.js
tablesort.js
tribute.js
user-auth-webauthn.js Use fetch helpers instead of fetch (#27026) 1 year ago
user-auth.js Support SAML authentication (#25165) 12 months ago
user-settings.js Remove jQuery from username change prompt and fix its detection (#29197) 1 year ago