name: 'Pocket-ID'
description: null
auth_url: 'https://id.example.com/authorize'
token_url: 'https://id.example.com/api/oidc/token'
info_url: 'https://id.example.com/api/oidc/userinfo'
scopes:
  - 'openid'
  - 'email'
  - 'profile'
identifier_path: '$.sub'
email_path: '$.email'
username_path: '$.preferred_username'
name_first_path: '$.given_name'
name_last_path: '$.family_name'
enabled: true
login_only: false
link_viewable: true
user_manageable: true
basic_auth: false
