Skip to content
Snippets Groups Projects
Commit fbf0d20d authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Mart van Santen
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 8c2df454
No related branches found
No related tags found
1 merge request!50Implemente basic flask + database APIs
Pipeline #9636 failed
......@@ -55,7 +55,7 @@ HYDRA = hydra_client.HydraAdmin(app.config["HYDRA_ADMIN_URL"])
# Kratos has an admin and public end-point. We create an API for them
# both. The kratos implementation has bugs, which forces us to set
# the discard_unkonwn_keys to True.
# the discard_unknown_keys to True.
tmp = ory_kratos_client.Configuration(host=app.config["KRATOS_ADMIN_URL"],
discard_unknown_keys= True)
KRATOS_ADMIN = kratos_api.V0alpha2Api(ory_kratos_client.ApiClient(tmp))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment