-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add contract testing for OIDC/OAuth2 protected resources #41
Conversation
…urces Signed-off-by: Laurent Broudoux <[email protected]>
Welcome to the Microcks community! 💖 Thanks and congrats 🎉 for opening your first pull request here! Be sure to follow the pull request template or please update it accordingly. Hope you have a great time there! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some of my preferences.
Well done for a 1st PR in .NET
Signed-off-by: Laurent Broudoux <[email protected]>
You are now a Microcks community contributor! 💖 Thanks and congrats 🚀 on merging your first pull request! We are delighted and very proud of you! 👏 📢 If you're using Microcks in your organization, please add your company name to this list. 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact. If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community 🙌" Kudos and please keep going, we need you 🙌 |
Pull Request
Proposed Changes
Complete the OAuth2 related model classes to allow contract-testing of OIDC/OAuth2 protected API
See issue #40
Readiness Checklist
Author/Contributor
dotnet test
and ensure you have test coverage for the lines you are introducingdotnet husky run
and fix any issues that you have introducedReviewer
feature
,fix
,documentation
,enhancement
,maintenance
orbreaking