docs/content/integration/openid-connect/clients/file-rise/index.md
{{% oidc-common %}}
This example makes the following assumptions:
https://filerise.{{< sitevar name="domain" nojs="example.com" >}}/https://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/fileriseinsecure_secretSome of the values presented in this guide can automatically be replaced with documentation variables.
{{< sitevar-preferences >}}
The following YAML configuration is an example Authelia client configuration for use with FileRise which will operate with the application example:
identity_providers:
oidc:
## The other portions of the mandatory OpenID Connect 1.0 configuration go here.
## See: https://www.authelia.com/c/oidc
clients:
- client_id: 'filerise'
client_name: 'FileRise'
public: true
authorization_policy: 'two_factor'
require_pkce: true
pkce_challenge_method: 'S256'
redirect_uris:
- 'https://filerise.{{< sitevar name="domain" nojs="example.com" >}}/api/auth/auth.php?oidc=callback'
scopes:
- 'openid'
- 'email'
- 'profile'
response_modes:
- 'form_post'
response_types:
- 'code'
grant_types:
- 'authorization_code'
access_token_signed_response_alg: 'none'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'none'
To configure FileRise there is one method, using the Web GUI.
To configure FileRise to utilize Authelia as an OpenID Connect 1.0 Provider, use the following instructions:
Admin Panel from the context menu revealed by clicking your profile icon.OIDC Configuration & TOTP.https://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}fileriseinsecure_secrethttps://filerise.{{< sitevar name="domain" nojs="example.com" >}}/api/auth/auth.php?oidc=callbackSave Settings.