-
Notifications
You must be signed in to change notification settings - Fork 1
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
Functionality of OAuth2 #58
base: master
Are you sure you want to change the base?
Conversation
ec070fe
to
7f7c55b
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.
Please check below comments , if you find it good to be consider ,you may apply it.
...ice/src/main/java/com/sourcefuse/jarc/services/authservice/oauth2/auth/utils/StateUtils.java
Show resolved
Hide resolved
.../java/com/sourcefuse/jarc/services/authservice/oauth2/providers/OAuth2PreVerifyProvider.java
Show resolved
Hide resolved
...ain/java/com/sourcefuse/jarc/services/authservice/oauth2/providers/OAuth2SignupProvider.java
Show resolved
Hide resolved
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
842a22c
to
547cd3a
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
Sonar issues needs to be revisited, Rest looks good to me
Description
Added OAuth2 Implementation so user can just add Outh2 properties and can integrate the Oauth2 api in auth service
Just Add below properties for enabling the oauth2 for particular provider
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: