pypomes-iam 0.3.0__tar.gz → 0.3.1__tar.gz
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 pypomes-iam might be problematic. Click here for more details.
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/PKG-INFO +1 -1
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/pyproject.toml +1 -1
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/iam_pomes.py +1 -1
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/.gitignore +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/LICENSE +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/README.md +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/__init__.py +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/iam_common.py +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/jusbr_pomes.py +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/keycloak_pomes.py +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/provider_pomes.py +0 -0
- {pypomes_iam-0.3.0 → pypomes_iam-0.3.1}/src/pypomes_iam/token_pomes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_iam
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: A collection of Python pomes, penyeach (IAM modules)
|
|
5
5
|
Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-IAM
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-IAM/issues
|
|
@@ -115,7 +115,7 @@ def service_callback() -> Response:
|
|
|
115
115
|
"client_id": keycloak_registry["client-id"],
|
|
116
116
|
"client_secret": keycloak_registry["client-secret"],
|
|
117
117
|
"requested_token_type": "urn:ietf:params:oauth:token-type:access_token",
|
|
118
|
-
"audience":
|
|
118
|
+
"audience": keycloak_registry["client-id"],
|
|
119
119
|
"subject_issuer": "oidc"
|
|
120
120
|
}
|
|
121
121
|
exchange_url = f"{keycloak_registry['base-url']}/protocol/openid-connect/token"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|