--- identity_providers: oidc: clients: # https://www.authelia.com/integration/openid-connect/clients/wikijs/ - client_id: 'wikijs' client_name: 'Wiki' client_secret: 'hash' public: false authorization_policy: 'one_factor' require_pkce: false pkce_challenge_method: '' redirect_uris: # add Callback URL / Redirect URI HERE - 'https://wikijs.example.com/login/$UUID/callback' # Note this must be copied during step 7 of the Application configuration. scopes: - 'openid' - 'profile' - 'email' response_types: - 'code' grant_types: - 'authorization_code' access_token_signed_response_alg: 'none' userinfo_signed_response_alg: 'none' token_endpoint_auth_method: 'client_secret_post'