WIP: feat: support OIDC id_token
This commit is contained in:
parent
ca84a0f99f
commit
af6904002b
23 changed files with 167 additions and 60 deletions
|
|
@ -1,3 +1,5 @@
|
|||
signing_key = "tmp/secrets/signing.key"
|
||||
|
||||
[instance]
|
||||
base_uri = "http://localhost:8086"
|
||||
name = "Example org"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
POST {{ base_url }}/login
|
||||
[FormParams]
|
||||
login: root
|
||||
login: john.doe
|
||||
password: root
|
||||
HTTP 303
|
||||
[Captures]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue