Skip to content

LG-12263 Remove legacy SP-sesison values from completions controller#10127

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-remove-sp-session-ialmax
Feb 22, 2024
Merged

LG-12263 Remove legacy SP-sesison values from completions controller#10127
jmhooper merged 1 commit intomainfrom
jmhooper-remove-sp-session-ialmax

Conversation

@jmhooper
Copy link
Contributor

The sp_session[:ial2] and sp_session[:ialmax] values are being retired in favor of resolved_authn_context_result.identity_proofing? and resolved_authn_context_result.ialmax?. This commit does the work of removing these 2 values from SignUp::CompletionsController. This removes the last of the references for sp_session[:ialmax] so once this is merged and deployed we can stop writing that value.

@jmhooper jmhooper requested a review from a team February 21, 2024 20:06
Base automatically changed from jmhooper-remove-sp-session-ial to main February 22, 2024 15:26
The `sp_session[:ial2]` and `sp_session[:ialmax]` values are being retired in favor of `resolved_authn_context_result.identity_proofing?` and `resolved_authn_context_result.ialmax?`. This commit does the work of removing these 2 values from `SignUp::CompletionsController`. This removes the last of the references for `sp_session[:ialmax]` so once this is merged and deployed we can stop writing that value.

[skip changelog]
@jmhooper jmhooper force-pushed the jmhooper-remove-sp-session-ialmax branch from 485176e to 407a039 Compare February 22, 2024 15:28
@jmhooper jmhooper merged commit bd89231 into main Feb 22, 2024
@jmhooper jmhooper deleted the jmhooper-remove-sp-session-ialmax branch February 22, 2024 15:57
jmhooper added a commit that referenced this pull request Feb 23, 2024
A previous change (ref: #10127) stopped reading from `sp_session[:ialmax]` and started using the result from the `AuthnContextResolver` instead.

This change follows up by removing writes to the `ialmax` property in the SP session. This should not be merged until the change to stop reading is fully merged and deployed.

[skip changelog]
jmhooper added a commit that referenced this pull request Feb 23, 2024
A previous change (ref: #10127) stopped reading from `sp_session[:ialmax]` and started using the result from the `AuthnContextResolver` instead.

This change follows up by removing writes to the `ialmax` property in the SP session. This should not be merged until the change to stop reading is fully merged and deployed.

[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.

2 participants