docs/content/integration/openid-connect/clients/booklore/index.md
{{% oidc-common bugs="claims-hydration" %}}
This example makes the following assumptions:
https://booklore.{{< sitevar name="domain" nojs="example.com" >}}/https://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/bookloreSome 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 BookLore 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: 'booklore'
client_name: 'BookLore'
public: true
authorization_policy: 'two_factor'
require_pkce: true
pkce_challenge_method: 'S256'
redirect_uris:
- 'https://booklore.{{< sitevar name="domain" nojs="example.com" >}}/api/oidc'
scopes:
- 'openid'
- 'offline_access'
- 'profile'
- 'email'
response_types:
- 'code'
grant_types:
- 'authorization_code'
- 'refresh_token'
access_token_signed_response_alg: 'none'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'none'
{{% oidc-escape-hatch-claims-hydration client_id="booklore" claims="email,preferred_username,name" %}}
To configure BookLore there is one method, using the Web GUI.
To configure BookLore to utilize Authelia as an OpenID Connect 1.0 Provider, use the following instructions:
AuthenticationOIDC Authentication (Experimental) configure the following options:
Autheliabooklorehttps://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}openid profile email offline_accesspreferred_usernameemailnameSave Settings.{{< figure src="booklore.png" alt="BookLore" >}}
There are currently no additional resources related to this client.