You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts #25165 (5bb8d19), as there
was a chance some important reviews got missed.
so after reverting this patch it will be resubmitted for reviewing again
#25165 (comment)
temporary Open #5512 again
Copy file name to clipboardExpand all lines: docs/content/usage/authentication.en-us.md
-69Lines changed: 0 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,72 +349,3 @@ If set `ENABLE_REVERSE_PROXY_FULL_NAME=true`, a user full name expected in `X-WE
349
349
You can also limit the reverse proxy's IP address range with `REVERSE_PROXY_TRUSTED_PROXIES` which default value is `127.0.0.0/8,::1/128`. By `REVERSE_PROXY_LIMIT`, you can limit trusted proxies level.
350
350
351
351
Notice: Reverse Proxy Auth doesn't support the API. You still need an access token or basic auth to make API requests.
352
-
353
-
## SAML
354
-
355
-
### Configuring Gitea as a SAML 2.0 Service Provider
Currently, auto-registration is not supported for SAML. During the external account linking process the user will be prompted to set a username and email address or link to an existing account.
364
-
365
-
SAML group mapping is not supported.
366
-
367
-
#### Settings
368
-
369
-
-`Authentication Name`**(required)**
370
-
371
-
- The name of this authentication source (appears in the Gitea ACS and metadata URLs)
372
-
373
-
-`SAML NameID Format`**(required)**
374
-
375
-
- This specifies how Identity Provider (IdP) users are mapped to Gitea users. This option will be provider specific.
376
-
377
-
-`Icon URL` (optional)
378
-
379
-
- URL of an icon to display on the Sign-In page for this authentication source.
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -523,9 +523,6 @@ Content = Content
523
523
SSPISeparatorReplacement = Separator
524
524
SSPIDefaultLanguage = Default Language
525
525
526
-
SAMLMetadata = Either SAML Identity Provider metadata URL or XML
527
-
SAMLMetadataURL = SAML Identity Provider metadata URL is invalid
528
-
529
526
require_error = ` cannot be empty.`
530
527
alpha_dash_error = ` should contain only alphanumeric, dash ('-') and underscore ('_') characters.`
531
528
alpha_dash_dot_error = ` should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.`
@@ -3032,18 +3029,7 @@ auths.sspi_separator_replacement = Separator to use instead of \, / and @
3032
3029
auths.sspi_separator_replacement_helper = The character to use to replace the separators of down-level logon names (eg. the \ in "DOMAIN\user") and user principal names (eg. the @ in "[email protected]").
3033
3030
auths.sspi_default_language = Default user language
3034
3031
auths.sspi_default_language_helper = Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
0 commit comments