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

test: Add Client Authentication Integration Tests #2508

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

strehle
Copy link
Member

@strehle strehle commented Sep 28, 2023

Run different grant types with private_key_jwt authentication instead of client_secret Works after merge of #2507

Run different grant types with private_key_jwt authentication instead of client_secret
Works after merge of #2507
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/186141957

The labels on this github issue will be updated when the story is started.

@strehle strehle added this to the feature - private_key_jwt milestone Sep 28, 2023
@strehle strehle requested a review from a team September 28, 2023 13:34
@strehle strehle added the in_review The PR is currently in review label Oct 17, 2023
@strehle
Copy link
Member Author

strehle commented Oct 17, 2023

This PR is for intergration testing

It contains setup and usage of client authentication with private key jwt in the different grant types. e.g. password, client credential, jwt bearer grant... everywhere you had before a client_seret parameter you now can use client_assertion (if trust is given)

@torsten-sap @Tallicia please ask someone from teams to do a review

@strehle strehle merged commit 3acf3c5 into develop Oct 19, 2023
19 checks passed
@strehle strehle deleted the feature/issue/2235/jwtClientAuthIntegrationTests branch October 19, 2023 04:41
@strehle strehle removed the in_review The PR is currently in review label Oct 19, 2023
@cf-gitbot cf-gitbot added delivered accepted Accepted the issue and removed delivered labels Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted the issue
Projects
Development

Successfully merging this pull request may close these issues.

3 participants