Ran prettier on index.md files
This commit is contained in:
parent
ee248badc7
commit
18f7d88d7e
|
@ -46,4 +46,4 @@ Following Settings are Needed For User Import
|
||||||
|
|
||||||
Click Save
|
Click Save
|
||||||
|
|
||||||
You must then go back to the main settings page and click Import LDAP Users
|
You must then go back to the main settings page and click Import LDAP Users
|
||||||
|
|
|
@ -38,22 +38,22 @@ For more info, see https://komga.org/installation/oauth2.html#advanced-configura
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
komga:
|
komga:
|
||||||
## Comment if you don't want automatic account creation.
|
## Comment if you don't want automatic account creation.
|
||||||
oauth2-account-creation: true
|
oauth2-account-creation: true
|
||||||
spring:
|
spring:
|
||||||
security:
|
security:
|
||||||
oauth2:
|
oauth2:
|
||||||
client:
|
client:
|
||||||
registration:
|
registration:
|
||||||
authentik:
|
authentik:
|
||||||
client-id: 'client-id'
|
client-id: "client-id"
|
||||||
client-secret: 'client-secret'
|
client-secret: "client-secret"
|
||||||
client-name: client-name
|
client-name: client-name
|
||||||
scope: openid,profile,email
|
scope: openid,profile,email
|
||||||
authorization-grant-type: authorization_code
|
authorization-grant-type: authorization_code
|
||||||
redirect-uri: "https://komga.company/login/oauth2/code/authentik"
|
redirect-uri: "https://komga.company/login/oauth2/code/authentik"
|
||||||
provider:
|
provider:
|
||||||
authentik:
|
authentik:
|
||||||
issuer-uri: https://authentik.company/application/o/app-slug/
|
issuer-uri: https://authentik.company/application/o/app-slug/
|
||||||
user-name-attribute: preferred_username
|
user-name-attribute: preferred_username
|
||||||
```
|
```
|
||||||
|
|
Reference in New Issue