fix(docs): openid docs whitespace formatting (#2186)
Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com> Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2186 Reviewed-by: konrad <k@knt.li> Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de> Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
This commit is contained in:
parent
4b4a7f3c0a
commit
4bb1d5edfc
@ -64,7 +64,7 @@ auth:
|
|||||||
redirecturl: https://vikunja.mydomain.com/auth/openid/ <---- slash at the end is important
|
redirecturl: https://vikunja.mydomain.com/auth/openid/ <---- slash at the end is important
|
||||||
providers:
|
providers:
|
||||||
- name: <provider-name>
|
- name: <provider-name>
|
||||||
authurl: <auth-url> <----- Used for OIDC Discovery, usually the issuer
|
authurl: <auth-url> <----- Used for OIDC Discovery, usually the issuer
|
||||||
clientid: <vikunja client-id>
|
clientid: <vikunja client-id>
|
||||||
clientsecret: <vikunja client-secret>
|
clientsecret: <vikunja client-secret>
|
||||||
scope: openid profile email
|
scope: openid profile email
|
||||||
@ -116,7 +116,7 @@ The minimal claim structure expected by Vikunja is as follows:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
It also also possible to pass the description and isPublic flag as optional parameter. If not present, the description will be empty and project visibility defaults to false.
|
It is also possible to pass the `description` and the `isPublic` flag as optional parameters. If not present, the description will be empty and project visibility defaults to false.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -124,8 +124,8 @@ It also also possible to pass the description and isPublic flag as optional para
|
|||||||
{
|
{
|
||||||
"name": "team 3",
|
"name": "team 3",
|
||||||
"oidcID": 33349,
|
"oidcID": 33349,
|
||||||
"description": "My Team Description",
|
"description": "My Team Description",
|
||||||
"isPublic": true
|
"isPublic": true
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user