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/admin
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
..
applications Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
auth Support SAML authentication (#25165) 12 months ago
base Remove autofocus in search box (#28033) 1 year ago
emails Remove autofocus in search box (#28033) 1 year ago
org highlight user details link (#26998) 1 year ago
packages Use "Safe" modifier for manually constructed safe HTML strings in templates (#29227) 12 months ago
repo Use "Safe" modifier for manually constructed safe HTML strings in templates (#29227) 12 months ago
runners Move secrets and runners settings to actions settings (#24200) 2 years ago
user Convert visibility to number (#29226) 12 months ago
actions.tmpl Added instance-level variables (#28115) 1 year ago
config.tmpl Remove duplicate option in admin screen and now-unused translation keys (#28492) 1 year ago
cron.tmpl Fix more "locale" usages (#27259) 1 year ago
dashboard.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
hook_new.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_head.tmpl User details page (#26713) 1 year ago
navbar.tmpl Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) 1 year ago
notice.tmpl Fix more "locale" usages (#27259) 1 year ago
queue.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
queue_manage.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
self_check.tmpl Improve CSS helper naming (#28769) 1 year ago
stacktrace-row.tmpl Fix more "locale" usages (#27259) 1 year ago
stacktrace.tmpl Use "Safe" modifier for manually constructed safe HTML strings in templates (#29227) 12 months ago
stats.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
system_status.tmpl Auto-update the system status in admin dashboard (#29163) 12 months ago