-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cie Integration #311
Merged
Merged
Cie Integration #311
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
82d6172
feat: added get_client_organisation_name method to retrieve the corre…
rglauco 4740ea5
chore: fix CIE organization_name
rglauco 6403674
fix: updated cryptography rsa import to 42.0.2
rglauco ab82391
chore: bump to 1.3.1
rglauco 2238184
fix: corrected proposed change
rglauco 0f1c63a
fix: scope issue
rglauco e4e61f6
Update spid_cie_oidc/provider/views/consent_page_view.py
rglauco d718b27
Update spid_cie_oidc/provider/views/__init__.py
rglauco b6e8a15
Update spid_cie_oidc/provider/views/authz_request_view.py
rglauco de5969c
fix: reinstated method name
rglauco e99d783
Merge branch 'italia:main' into main
rglauco b0636d2
Merge branch 'main' of github.com:rglauco/spid-cie-oidc-django
rglauco 7d2e0b9
feat: distinction between sig and enc keys during RP and OP operations
rglauco 602c3a3
fix: better function for key retrivial
rglauco 1beb7da
fix: added encryption algs to jwk validator
rglauco 5e96f81
Merge pull request #9 from italia/main
rglauco 92ec011
fix: added enum for key usage, fixed entity_type save method
rglauco 51489f9
chore: deleted unused code
rglauco f3a4143
Update spid_cie_oidc/entity/utils.py
rglauco cea2ba2
Update spid_cie_oidc/entity/utils.py
rglauco 1548bd1
chore: update version
rglauco a06b7b8
Merge remote-tracking branch 'origin/cieintegration' into cieintegration
rglauco 215e0a6
fix: default return for get_key
rglauco 1133275
fix: tests
rglauco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.3.3" | ||
__version__ = "1.3.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
from enum import Enum | ||
|
||
|
||
class KeyUsage(str, Enum): | ||
signature = "sig" | ||
encryption = "enc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perché è rimosso? prende il primo entity type disponibile come quello default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perché quando si modifica l'EC di un RP nel db viene salvato il valore
federation_entity
a prescindere dal valore della select, che sta inself.type[1]
e non viene preso