Skip to content

Revert "LG-11697 Store whether a biometric comparison is required in the SP session (#9759)"#9804

Merged
jmhooper merged 2 commits intomainfrom
jmhooper-revert-biometric-required
Dec 19, 2023
Merged

Revert "LG-11697 Store whether a biometric comparison is required in the SP session (#9759)"#9804
jmhooper merged 2 commits intomainfrom
jmhooper-revert-biometric-required

Conversation

@jmhooper
Copy link
Contributor

This reverts commit 6fee3a0 because there were issues in the compatibility of the new service provider request model with old hosts.

This commit reverts the problematic change and adds a default arg to ensure compatibility. The commit reverted here can be un-reverted once the change to add the default value has shipped.

…the SP session (#9759)"

This reverts commit 6fee3a0.

[skip changelog]
…uest

This commit adds an argument to the `ServiceProviderRequest` object in anticipation for its use in a later change. This is to allow compatibility between old and new code.

[skip changelog]
aal: nil,
requested_attributes: [],
biometric_comparison_required: false
biometric_comparison_required: false # rubocop:disable Lint/UnusedMethodArgument
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for my understanding, this is the one line that is not completely reverted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is correct. I kept the revert changes in the first commit and then added this in a second.

@jmhooper jmhooper merged commit 558ebd6 into main Dec 19, 2023
@jmhooper jmhooper deleted the jmhooper-revert-biometric-required branch December 19, 2023 19:51
jmhooper added a commit that referenced this pull request Dec 19, 2023
…ired in the SP session (#9759)" (#9804)"

This reverts commit 558ebd6.

The reverted commit here was reverting the changes in #9759. That change had issues with compatibility which were addressed in the changes in the reverted commit and deployed. The deployment of those changes makes this commit safe to merge.

[skip changelog]
jmhooper added a commit that referenced this pull request Dec 19, 2023
…ired in the SP session (#9759)" (#9804)" (#9806)

This reverts commit 558ebd6.

The reverted commit here was reverting the changes in #9759. That change had issues with compatibility which were addressed in the changes in the reverted commit and deployed. The deployment of those changes makes this commit safe to merge.

[skip changelog]
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.

4 participants