mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Updating naming to BookLore and some formatting
This commit is contained in:
@@ -26,22 +26,22 @@ ### Step 1: Install and Configure Pocket ID
|
||||
|
||||
### Step 2: Add a client
|
||||
|
||||
Once you have logged in and configured a PassKey you now need to create an OIDC client, this will let Pocket ID know about the application that needs to be configured, and will give you the relevant keys to add to the Booklore settings dialogue
|
||||
Once you have logged in and configured a PassKey you now need to create an OIDC client, this will let Pocket ID know about the application that needs to be configured, and will give you the relevant keys to add to the BookLore settings dialogue
|
||||
|
||||
- Login to PocketID
|
||||
- Go to OIDC Clients on the left side bar
|
||||
- Click Add OIDC Client
|
||||
- Name: Booklore [Can be anything you want]
|
||||
- Name: BookLore [Can be anything you want]
|
||||
- Callback URLs: `https://{host}/oauth2-callback`
|
||||
- Tick Public & PKCE (This is required for Booklore to correctly authenticate with the client)
|
||||
- Tick Public & PKCE (This is required for BookLore to correctly authenticate with the client)
|
||||
- Copy your Client ID to use later.
|
||||
- Click show more details and copy the Certificate URL to use later
|
||||
- Click Save
|
||||
|
||||
|
||||
### Step 3: Configure Booklore OIDC Settings
|
||||
### Step 3: Configure BookLore OIDC Settings
|
||||
|
||||
To enable OIDC authentication in Booklore, you need to set the following within the application:
|
||||
To enable OIDC authentication in BookLore, you need to set the following within the application:
|
||||
|
||||
- Navigate to the settings cog at the top of the page
|
||||
- Provider name - PocketID
|
||||
|
||||
Reference in New Issue
Block a user