-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(run): add spring security oauth2 integration #4481
Conversation
27fc72c
to
05ae585
Compare
3499802
to
1cfa56e
Compare
05ae585
to
c4cf52a
Compare
931d8c7
to
4f1ca56
Compare
4f1ca56
to
0058ff8
Compare
0058ff8
to
ca23804
Compare
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 am not done with the review, I just wanted to share my questions so we can meet to discuss them.
.../org/camunda/bpm/spring/boot/starter/security/oauth2/impl/ClientsNotConfiguredCondition.java
Show resolved
Hide resolved
...da/bpm/spring/boot/starter/security/oauth2/CamundaSpringSecurityOAuth2AutoConfiguration.java
Outdated
Show resolved
Hide resolved
...da/bpm/spring/boot/starter/security/oauth2/CamundaSpringSecurityOAuth2AutoConfiguration.java
Outdated
Show resolved
Hide resolved
...da/bpm/spring/boot/starter/security/oauth2/CamundaSpringSecurityOAuth2AutoConfiguration.java
Outdated
Show resolved
Hide resolved
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.
Review is done. I added the notes of our call.
I did some testing of starter-security
and Camunda Run and everything worked as specified in the ticket.
...da/bpm/spring/boot/starter/security/oauth2/CamundaSpringSecurityOAuth2AutoConfiguration.java
Outdated
Show resolved
Hide resolved
...da/bpm/spring/boot/starter/security/oauth2/CamundaSpringSecurityOAuth2AutoConfiguration.java
Outdated
Show resolved
Hide resolved
...da/bpm/spring/boot/starter/security/oauth2/CamundaSpringSecurityOAuth2AutoConfiguration.java
Outdated
Show resolved
Hide resolved
Yes, It should be added. It still works without it because Spring Security filter chain secures |
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.
👍
Tested with
webapp-ee
+spring-security
- Camunda Run EE
Merging as CI is green and review is done. |
related to #4452