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/templates
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
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Remove DataRaceCheck (#29258) 12 months ago
code Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve CSS helper naming (#28769) 1 year ago
explore Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
mail Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
org Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
package Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
projects Use full width for project boards (#28225) 1 year ago
repo Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
shared Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
status Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
swagger Refactor more code in templates (#29236) 12 months ago
user Support SAML authentication (#25165) 12 months ago
webhook Change webhook-type in create-view (#29114) 12 months ago
home.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
install.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago