Skip to content
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

Openid4v #93

Closed
wants to merge 13 commits into from
Closed

Openid4v #93

wants to merge 13 commits into from

Conversation

rohe
Copy link
Contributor

@rohe rohe commented Jan 27, 2024

These are changes that came about as a consequence of work with the OpenID4V*.

rohe added 13 commits December 20, 2023 15:52
…nse_types and not response_types_supported which may appear in client configuration.
…eturned.

Cases where response_type was not a list but rather a space separated string.
Added logging.
As default value add an empty AuthBroker instead of a dictionary which does not support the same interface.
Don't set class in code.
Added the client part of DPoPClientAuthn.
verify_response_type() didn't return False as it should.
Better handling of default configuration.
Refactored par.push_authorization such that I could access the method for testing.
Return enough parameters in the PAR response to allow it to be used directly for the following authentication request.
Fixed spelling error in service.Service.__init__(). Also made it clear that default methods are ONLY used if nothing is specified.
Cleared up utils.get_state_parameter()
Added some logging.
…nse_types and not response_types_supported which may appear in client configuration.
…eturned.

Cases where response_type was not a list but rather a space separated string.
Added logging.
As default value add an empty AuthBroker instead of a dictionary which does not support the same interface.
Don't set class in code.
Added the client part of DPoPClientAuthn.
verify_response_type() didn't return False as it should.
Better handling of default configuration.
Refactored par.push_authorization such that I could access the method for testing.
Return enough parameters in the PAR response to allow it to be used directly for the following authentication request.
Fixed spelling error in service.Service.__init__(). Also made it clear that default methods are ONLY used if nothing is specified.
Cleared up utils.get_state_parameter()
Added some logging.
… response_types and response_types_supported. The latter mostly/solely(?) in testing.
@rohe rohe closed this Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant