This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/tests/manual/openid-conformance/test-config.json
Jens Langhammer 30aa06da14
automated tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-03-22 23:19:16 +01:00

52 lines
1.9 KiB
JSON

{
"alias": "authentik",
"description": "authentik",
"server": {
"discoveryUrl": "http://host.docker.internal:9000/application/o/conformance/.well-known/openid-configuration"
},
"client": {
"client_id": "4054d882aff59755f2f279968b97ce8806a926e1",
"client_secret": "4c7e4933009437fb486b5389d15b173109a0555dc47e0cc0949104f1925bcc6565351cb1dffd7e6818cf074f5bd50c210b565121a7328ee8bd40107fc4bbd867"
},
"client_secret_post": {
"client_id": "4054d882aff59755f2f279968b97ce8806a926e1",
"client_secret": "4c7e4933009437fb486b5389d15b173109a0555dc47e0cc0949104f1925bcc6565351cb1dffd7e6818cf074f5bd50c210b565121a7328ee8bd40107fc4bbd867"
},
"client2": {
"client_id": "ad64aeaf1efe388ecf4d28fcc537e8de08bcae26",
"client_secret": "ff2e34a5b04c99acaf7241e25a950e7f6134c86936923d8c698d8f38bd57647750d661069612c0ee55045e29fe06aa101804bdae38e8360647d595e771fea789"
},
"consent": {},
"browser": [
{
"match": "http://host.docker.internal:9000/application/o/authorize*",
"tasks": [
{
"task": "Login",
"optional": true,
"match": "http://host.docker.internal:9000/if/flow/default-authentication-flow*",
"commands": [
[
"text",
"css",
"[name=uidField]",
"akadmin"
],
[
"text",
"css",
"[name=password]",
"foo"
],
[
"click",
"css",
"button"
]
]
}
]
}
]
}