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

Keycloak security #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vojtech-Sassmann
Copy link

  • Implemented Keycloak security.

  • The configuration of keycloak is located in 'keycloak.json' file. You
    should set here your's client id.

  • The client for the backend should be of type 'bearer-only'.

}

@Override
protected void configure(HttpSecurity http) throws Exception {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have a test case for this configuration. I also believe this will break https://github.com/testrex-io/testrex.io/blob/master/src/test/java/io/testrex/ProjectRestControllerTests.java#L36

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added the test cases.

* Implemented Keycloak security.

* The configuration of keycloak is located in 'keycloak.json' file. You
should set here your's client id.

* The client for the backend should be of type 'bearer-only'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants