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:
- Create
ROLE_ADMIN and ROLE_USER groups if they don't exist
- Create a
roles claim to include the groups
- Create a new Web app, set the redirect URI to end in
/oidc rather than /okta, and set a logout redirect URI to http://localhost:8080
More details at https://www.jhipster.tech/security/#oauth2.
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_ADMINandROLE_USERgroups if they don't existrolesclaim to include the groups/oidcrather than/okta, and set a logout redirect URI tohttp://localhost:8080More details at https://www.jhipster.tech/security/#oauth2.