-
Notifications
You must be signed in to change notification settings - Fork 26
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 Support for Configuring a JHipster App #3
Comments
Love it! Is there an easy way to detect if the project is a JHipster project? check if there is a I'm guessing we could move to using type-specific goal names like:
(it would still be nice to auto detect this though) |
I think the easiest way currently is to look for a |
Or we could look for a Other steps that need to happen for JHipster:
I'm not sure that we want to replace the default Keycloak values in
|
@bdemers Do you think this would be easier to implement as a separate It might be since the |
I tried running
Maybe it should detect when there's no project and give a friendlier error message? |
We're going to be pulling out the hardcoded platform support and instead rely on meta information provided by sample projects from a new samples org. We have yet to create any of this yet, but I am sure we will be bugging you @mraible when the time comes! |
I tried this today and discovered a couple of issues:
|
Creates and assigns the groups `ROLE_USER` and `ROLE_ADMIN` Fixes: #3
JHipster uses Spring Boot, but not the Okta Spring Boot starter. Nevertheless, it'd be cool if we could configure a JHipster app with this plugin.
Here's what's required:
ROLE_ADMIN
andROLE_USER
groups if they don't existroles
claim to include the groups/oidc
rather than/okta
, and set a logout redirect URI tohttp://localhost:8080
More details at https://www.jhipster.tech/security/#oauth2.
The text was updated successfully, but these errors were encountered: