Skip to content

Commit 8a959f3

Browse files
committed
Readme: Added PocketID (configuration with generic client)
1 parent b818454 commit 8a959f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This README file contains the following main sections:
2323
+ [Joomla](#joomla)
2424
+ [Keycloak](#keycloak)
2525
+ [Nextcloud](#nextcloud)
26+
+ [PocketID](#pocketid)
2627
+ [Spotify](#spotify)
2728
+ [WordPress](#wordpress)
2829
+ [Trouble Shooting](#trouble-shooting)
@@ -74,13 +75,14 @@ The OAuth 2.0 Client for webtrees uses the OAuth 2.0 implementation of the [The
7475

7576
Currently, the following authorization providers are supported:
7677
+ **Generic** (can be configured for several authorization providers)
77-
+ **Authentik**
78+
+ **Authentik** (can be configured with the Generic provider)
7879
+ **Dropbox**
7980
+ **Github**
8081
+ **Google**
8182
+ **Joomla** (with a specific authorization provider extension installed in Joomla)
8283
+ **Keycloak**
8384
+ **Nextcloud**
85+
+ **PocketID** (can be configured with the Generic provider)
8486
+ **Spotify**
8587
+ **WordPress** (with a specific authorization provider plugin installed in WordPress)
8688

@@ -299,6 +301,9 @@ Nextcloud_signInButtonLabel='xxx'
299301
+ **Nextcloud_nextcloudUrl**='NEXTCLOUD_BASE_URL' (NEXTCLOUD_BASE_URL from your Nextcloud installation, e.g. 'https://mysite.net/nextcloud')
300302
+ **Nextcloud_signInButtonLabel**='...' (the label, which shall be shown for the sign in button etc.)
301303

304+
### PocketID
305+
It was reported by a user that PocketID was successfully connected with the [Generic](#generic) authorization provider. However, the details of the configuration of PocketID and the Generic provider are not known to the module author.
306+
302307
### Spotify
303308
+ Open the [Spotify](https://open.spotify.com/login) page and log into your Dropbox account
304309
+ Open the [Create apps page]( https://developer.spotify.com/dashboard/create)

0 commit comments

Comments
 (0)