Skip to content

Add an OIDC with VTR feature spec#10176

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-oidc-vtr-spec
Feb 28, 2024
Merged

Add an OIDC with VTR feature spec#10176
jmhooper merged 1 commit intomainfrom
jmhooper-oidc-vtr-spec

Conversation

@jmhooper
Copy link
Contributor

This commit adds a feature spec for an OIDC authentication using VTR. This spec makes a request for a proofed user with a VTR and validates everything works as expected including the identity token attributes and user info response.

This commit adds a feature spec for an OIDC authentication using VTR. This spec makes a request for a proofed user with a VTR and validates everything works as expected including the identity token attributes and user info response.

[skip changelog]
@jmhooper jmhooper requested a review from a team February 28, 2024 19:22
@jmhooper jmhooper changed the title Add a VTR feature spec Add an OIDC with VTR feature spec Feb 28, 2024
state: state,
nonce: nonce,
}
vtr_params[:tid] = tid if tid
Copy link
Contributor

Choose a reason for hiding this comment

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

what's tid? is that the ID we added for inherited proofing?

Copy link
Contributor

Choose a reason for hiding this comment

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

ooo nvm it was for attempts API, we can probably drop that here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure. I copied this over from the other methods that setup OIDC params (ial1_params and ial2_params). It is entirely possible this is left over from inherited proofing. If so my preference would be to keep it consistent here and remove it in a follow-on PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here is a change to remove tid along with some explanation: #10177

@jmhooper jmhooper merged commit 77829c4 into main Feb 28, 2024
@jmhooper jmhooper deleted the jmhooper-oidc-vtr-spec branch February 28, 2024 19:57
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