mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	update authelia example config
This commit is contained in:
		| @@ -52,6 +52,10 @@ Follow the instructions in [Authelia's documentation](https://www.authelia.com/c | |||||||
|  |  | ||||||
|     This is only an example and not meant to be an exhaustive configuration. You should read through the documentation and adjust your configuration as needed. |     This is only an example and not meant to be an exhaustive configuration. You should read through the documentation and adjust your configuration as needed. | ||||||
|  |  | ||||||
|  | === "v4.37" | ||||||
|  |  | ||||||
|  |     This configuration format has been deprecated in Authelia v4.38. It is still valid, however it will eventually be removed. | ||||||
|  |  | ||||||
|     ```yaml |     ```yaml | ||||||
|     identity_providers: |     identity_providers: | ||||||
|         oidc: |         oidc: | ||||||
| @@ -69,7 +73,6 @@ identity_providers: | |||||||
|                     - introspection |                     - introspection | ||||||
|             allowed_origins: |             allowed_origins: | ||||||
|                 - https://mealie.example.com |                 - https://mealie.example.com | ||||||
|       allowed_origins_from_client_redirect_uris: false |  | ||||||
|             clients: |             clients: | ||||||
|                 - id: mealie |                 - id: mealie | ||||||
|                 description: Mealie |                 description: Mealie | ||||||
| @@ -84,5 +87,41 @@ identity_providers: | |||||||
|                     - profile |                     - profile | ||||||
|                     - groups |                     - groups | ||||||
|                     - email |                     - email | ||||||
|           - offline_access |     ``` | ||||||
|  |  | ||||||
|  | === "v4.38" | ||||||
|  |  | ||||||
|  |     The configuration in Authelia v4.38 has changed. Although the old configuration will still work, it is deprecated and will eventually be removed. | ||||||
|  |  | ||||||
|  |     ```yaml | ||||||
|  |     identity_providers: | ||||||
|  |         oidc: | ||||||
|  |             jwks: | ||||||
|  |                 - key: {{ secret "/secrets/private_key_file" | mindent 10 "|" | msquote }} | ||||||
|  |             enforce_pkce: public_clients_only | ||||||
|  |             cors: | ||||||
|  |             endpoints: | ||||||
|  |                 - userinfo | ||||||
|  |                 - authorization | ||||||
|  |                 - token | ||||||
|  |                 - revocation | ||||||
|  |                 - introspection | ||||||
|  |             allowed_origins: | ||||||
|  |                 - https://mealie.example.com | ||||||
|  |             allowed_origins_from_client_redirect_uris: false | ||||||
|  |             clients: | ||||||
|  |                 - client_id: mealie | ||||||
|  |                 client_name: Mealie | ||||||
|  |                 authorization_policy: one_factor | ||||||
|  |                 redirect_uris: | ||||||
|  |                     - https://mealie.example.com/login | ||||||
|  |                 public: true | ||||||
|  |                 pkce_challenge_method: S256 | ||||||
|  |                 grant_types: | ||||||
|  |                     - authorization_code | ||||||
|  |                 scopes: | ||||||
|  |                     - openid | ||||||
|  |                     - profile | ||||||
|  |                     - groups | ||||||
|  |                     - email | ||||||
|     ``` |     ``` | ||||||
|   | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -41,7 +41,8 @@ markdown_extensions: | |||||||
|       custom_checkbox: true |       custom_checkbox: true | ||||||
|   - admonition |   - admonition | ||||||
|   - attr_list |   - attr_list | ||||||
|   - pymdownx.tabbed |   - pymdownx.tabbed: | ||||||
|  |       alternate_style: true | ||||||
|   - pymdownx.superfences: |   - pymdownx.superfences: | ||||||
|       custom_fences: |       custom_fences: | ||||||
|         - name: mermaid |         - name: mermaid | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user