pytest-nhsd-apim 5.0.11__py3-none-any.whl → 5.0.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pytest-nhsd-apim might be problematic. Click here for more details.
- pytest_nhsd_apim/identity_service.py +2 -1
- {pytest_nhsd_apim-5.0.11.dist-info → pytest_nhsd_apim-5.0.13.dist-info}/METADATA +1 -1
- {pytest_nhsd_apim-5.0.11.dist-info → pytest_nhsd_apim-5.0.13.dist-info}/RECORD +6 -6
- {pytest_nhsd_apim-5.0.11.dist-info → pytest_nhsd_apim-5.0.13.dist-info}/WHEEL +0 -0
- {pytest_nhsd_apim-5.0.11.dist-info → pytest_nhsd_apim-5.0.13.dist-info}/entry_points.txt +0 -0
- {pytest_nhsd_apim-5.0.11.dist-info → pytest_nhsd_apim-5.0.13.dist-info}/top_level.txt +0 -0
|
@@ -56,6 +56,7 @@ class KeycloakConfig(BaseModel):
|
|
|
56
56
|
class KeycloakUserConfig(KeycloakConfig):
|
|
57
57
|
client_id: str
|
|
58
58
|
client_secret: str
|
|
59
|
+
scope: str = "openid"
|
|
59
60
|
redirect_uri: HttpUrlString = "https://google.com"
|
|
60
61
|
login_form: dict
|
|
61
62
|
|
|
@@ -408,7 +409,7 @@ class KeycloakUserAuthenticator(Authenticator):
|
|
|
408
409
|
params={
|
|
409
410
|
"response_type": "code",
|
|
410
411
|
"client_id": self.config.client_id,
|
|
411
|
-
"scope":
|
|
412
|
+
"scope": self.config.scope,
|
|
412
413
|
"redirect_uri": self.config.redirect_uri,
|
|
413
414
|
},
|
|
414
415
|
)
|
|
@@ -3,14 +3,14 @@ pytest_nhsd_apim/apigee_apis.py,sha256=u_sHjISj4XKgidVje1Uzq4LblMGnX4lrrrMWZM-SE
|
|
|
3
3
|
pytest_nhsd_apim/apigee_edge.py,sha256=9Vtad7LGyNAnRoSj9I-1T6mylgRlDF88ISanRAjpU5c,19076
|
|
4
4
|
pytest_nhsd_apim/auth_journey.py,sha256=UovbLXhokUnikrMOaXIhjV8t5aRrcxinAbS96nfZWcY,5154
|
|
5
5
|
pytest_nhsd_apim/config.py,sha256=ScKfV8iURqDXX2ajgGsRDcVn9RZy2DxLoEU2QQt9lmA,4246
|
|
6
|
-
pytest_nhsd_apim/identity_service.py,sha256=
|
|
6
|
+
pytest_nhsd_apim/identity_service.py,sha256=1SYR8yY66XTygF6jr3dUD22lAMnz6IImMaDQtm5YwXg,19749
|
|
7
7
|
pytest_nhsd_apim/log.py,sha256=8gYHqzlQM546FB2XvFmLTk1YfZRNeNhIwLmOy0GScr8,2685
|
|
8
8
|
pytest_nhsd_apim/nhsd_apim_authorization.py,sha256=GR8GfbIZyqBC4jsSZMYNifDH52E3VWoIa7lrpuvIbaM,3513
|
|
9
9
|
pytest_nhsd_apim/pytest_nhsd_apim.py,sha256=ZCItUqcM23CCmcRyGU8bEwI3vJnNcGdoOlbSfvYILR8,5242
|
|
10
10
|
pytest_nhsd_apim/secrets.py,sha256=yIYwOZwpliIomtqSJGIYRbAE2HYvLvQU4W2kOa9TnXo,2354
|
|
11
11
|
pytest_nhsd_apim/token_cache.py,sha256=u22VEoHxGkpOzPjsCOHFSW-5aM5zlj2uejwV5mB5Lbo,4140
|
|
12
|
-
pytest_nhsd_apim-5.0.
|
|
13
|
-
pytest_nhsd_apim-5.0.
|
|
14
|
-
pytest_nhsd_apim-5.0.
|
|
15
|
-
pytest_nhsd_apim-5.0.
|
|
16
|
-
pytest_nhsd_apim-5.0.
|
|
12
|
+
pytest_nhsd_apim-5.0.13.dist-info/METADATA,sha256=v38jVO4RmVicpxOAJNXv_Bz6Q-WfCLGH5zIUfbyobdc,4714
|
|
13
|
+
pytest_nhsd_apim-5.0.13.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
|
14
|
+
pytest_nhsd_apim-5.0.13.dist-info/entry_points.txt,sha256=XWicT3meTpqLXnZcXNoAd2IfXspFPlNgMgLBMy4nqwQ,57
|
|
15
|
+
pytest_nhsd_apim-5.0.13.dist-info/top_level.txt,sha256=ZK5GZP-g_K8gNfm4a58T9JCRb0i1X267ngvNelCGgfQ,17
|
|
16
|
+
pytest_nhsd_apim-5.0.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|