Merge branch 'master' into haitao/pkce_s256_no_clientsecret
This commit is contained in:
		
						commit
						d88bc20a90
					
				|  | @ -19,7 +19,7 @@ This command starts a local development server and open up a browser window. Mos | |||
| ## Build | ||||
| 
 | ||||
| ```console | ||||
| npm build | ||||
| npm run build | ||||
| ``` | ||||
| 
 | ||||
| This command generates static content into the `build` directory and can be served using any static contents hosting service. | ||||
|  |  | |||
|  | @ -25,6 +25,7 @@ Valid providers are : | |||
| - [Microsoft Entra ID](ms_entra_id.md) | ||||
| - [Nextcloud](nextcloud.md) | ||||
| - [OpenID Connect](openid_connect.md) | ||||
| - [SourceHut](sourcehut.md) | ||||
| 
 | ||||
| The provider can be selected using the `provider` configuration value, or set in the [`providers` array using AlphaConfig](https://oauth2-proxy.github.io/oauth2-proxy/configuration/alpha-config#providers). However, [**the feature to implement multiple providers is not complete**](https://github.com/oauth2-proxy/oauth2-proxy/issues/926). | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,5 +21,5 @@ to the appropriate URLs: | |||
| 
 | ||||
| The default configuration allows everyone with an account to authenticate. | ||||
| Restricting access is currently only supported by | ||||
| [email](#email-authentication). | ||||
| [email](index.md#email-authentication). | ||||
| 
 | ||||
|  |  | |||
|  | @ -47,6 +47,7 @@ const sidebars = { | |||
|             "configuration/providers/ms_entra_id", | ||||
|             "configuration/providers/nextcloud", | ||||
|             "configuration/providers/openid_connect", | ||||
|             "configuration/providers/sourcehut" | ||||
|           ], | ||||
|         }, | ||||
|         'configuration/session_storage', | ||||
|  |  | |||
|  | @ -24,6 +24,7 @@ Valid providers are : | |||
| - [Microsoft Entra ID](ms_entra_id.md) | ||||
| - [Nextcloud](nextcloud.md) | ||||
| - [OpenID Connect](openid_connect.md) | ||||
| - [SourceHut](sourcehut.md) | ||||
| 
 | ||||
| The provider can be selected using the `provider` configuration value, or set in the [`providers` array using AlphaConfig](https://oauth2-proxy.github.io/oauth2-proxy/configuration/alpha-config#providers). However, [**the feature to implement multiple providers is not complete**](https://github.com/oauth2-proxy/oauth2-proxy/issues/926). | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,5 +21,5 @@ to the appropriate URLs: | |||
| 
 | ||||
| The default configuration allows everyone with an account to authenticate. | ||||
| Restricting access is currently only supported by | ||||
| [email](#email-authentication). | ||||
| [email](index.md#email-authentication). | ||||
| 
 | ||||
|  |  | |||
|  | @ -25,6 +25,7 @@ Valid providers are : | |||
| - [Microsoft Entra ID](ms_entra_id.md) | ||||
| - [Nextcloud](nextcloud.md) | ||||
| - [OpenID Connect](openid_connect.md) | ||||
| - [SourceHut](sourcehut.md) | ||||
| 
 | ||||
| The provider can be selected using the `provider` configuration value, or set in the [`providers` array using AlphaConfig](https://oauth2-proxy.github.io/oauth2-proxy/configuration/alpha-config#providers). However, [**the feature to implement multiple providers is not complete**](https://github.com/oauth2-proxy/oauth2-proxy/issues/926). | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,5 +21,5 @@ to the appropriate URLs: | |||
| 
 | ||||
| The default configuration allows everyone with an account to authenticate. | ||||
| Restricting access is currently only supported by | ||||
| [email](#email-authentication). | ||||
| [email](index.md#email-authentication). | ||||
| 
 | ||||
|  |  | |||
|  | @ -46,7 +46,8 @@ | |||
|             "configuration/providers/login_gov", | ||||
|             "configuration/providers/ms_entra_id", | ||||
|             "configuration/providers/nextcloud", | ||||
|             "configuration/providers/openid_connect" | ||||
|             "configuration/providers/openid_connect", | ||||
|             "configuration/providers/sourcehut" | ||||
|           ] | ||||
|         }, | ||||
|         "configuration/session_storage", | ||||
|  |  | |||
|  | @ -46,7 +46,8 @@ | |||
|             "configuration/providers/login_gov", | ||||
|             "configuration/providers/ms_entra_id", | ||||
|             "configuration/providers/nextcloud", | ||||
|             "configuration/providers/openid_connect" | ||||
|             "configuration/providers/openid_connect", | ||||
|             "configuration/providers/sourcehut" | ||||
|           ] | ||||
|         }, | ||||
|         "configuration/session_storage", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue