-
Notifications
You must be signed in to change notification settings - Fork 140
OAuth2 improvementns #2089
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
OAuth2 improvementns #2089
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
...st/java/com/predic8/membrane/core/interceptor/oauth2/client/b2c/MockAuthorizationServer.java
Outdated
Show resolved
Hide resolved
…ost' to align config with OIDC terminology
* assert that OAuth2 error during second flow logs user out * added configuration option to copy client_id parameter to token endpoint's request body * renamed clientIdInBody='true' to clientAuthorization='client_secret_post' to align config with OIDC terminology * refactoring to use ParameterNames.* constants
* OAuth2 improvements (#2089) * assert that OAuth2 error during second flow logs user out * added configuration option to copy client_id parameter to token endpoint's request body * renamed clientIdInBody='true' to clientAuthorization='client_secret_post' to align config with OIDC terminology * refactoring to use ParameterNames.* constants * refactored body builder to add authentication fields * encode all parameters --------- Co-authored-by: Christian Gördes <118011644+christiangoerdes@users.noreply.github.com>
No description provided.