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
Copy file name to clipboardExpand all lines: docs/docs/documentation/getting-started/authentication/oidc.md
+1-81Lines changed: 1 addition & 81 deletions
Original file line number
Diff line number
Diff line change
@@ -48,84 +48,4 @@ Take the client id and your discovery URL and update your environment variables
48
48
49
49
## Examples
50
50
51
-
### Authelia
52
-
53
-
Follow the instructions in [Authelia's documentation](https://www.authelia.com/configuration/identity-providers/open-id-connect/). Below is an example config.
54
-
55
-
!!! warning
56
-
57
-
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.
58
-
59
-
=== "v4.37"
60
-
61
-
This configuration format has been deprecated in Authelia v4.38. It is still valid, however it will eventually be removed.
62
-
63
-
```yaml
64
-
identity_providers:
65
-
oidc:
66
-
access_token_lifespan: 1h
67
-
authorize_code_lifespan: 1m
68
-
id_token_lifespan: 1h
69
-
refresh_token_lifespan: 90m
70
-
enable_client_debug_messages: false
71
-
enforce_pkce: public_clients_only
72
-
cors:
73
-
endpoints:
74
-
- authorization
75
-
- token
76
-
- revocation
77
-
- introspection
78
-
allowed_origins:
79
-
- https://mealie.example.com
80
-
clients:
81
-
- id: mealie
82
-
description: Mealie
83
-
authorization_policy: one_factor
84
-
redirect_uris:
85
-
- https://mealie.example.com/login
86
-
public: true
87
-
grant_types:
88
-
- authorization_code
89
-
scopes:
90
-
- openid
91
-
- profile
92
-
- groups
93
-
- email
94
-
```
95
-
96
-
=== "v4.38"
97
-
98
-
The configuration in Authelia v4.38 has changed. Although the old configuration will still work, it is deprecated and will eventually be removed.
Example configurations for several Identity Providers have been provided by the Community in the [GitHub Discussions](https://github.com/mealie-recipes/mealie/discussions?discussions_q=is%3Aopen+OAuth+setup). If you don't see your provider and have successfully set it up, please consider creating your own post so that others can have a smoother setup.
0 commit comments