We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be25b16 commit 1b5da14Copy full SHA for 1b5da14
README.md
@@ -36,6 +36,10 @@ def test_authentication(iam_server, test_client):
36
# create a random user on the IAM server
37
user = iam_server.random_user()
38
39
+ # log the user in and make it consent all the clients
40
+ iam_server.login(user)
41
+ iam_server.consent(user)
42
+
43
# 1. attempt to access a protected page, returns a redirection to the IAM
44
res = test_client.get("/protected")
45
0 commit comments