0
votes

I am looking for something similar to https://grails-plugins.github.io/grails-spring-security-ui/latest/ for spring boot application to manage security roles privileges and users.

Please Note its a spring boot application not grails Application to use the above-provided dependency.

1
developer.okta.com/blog/2017/10/13/okta-groups-spring-security ->an external website that is providing but it looks like I need to go and register on their domain which I don't want to do. - siddique
You can change your project to compile groovy and package it (baeldung.com/groovy-java-applications) then just use the plugin source code in your project github.com/grails-plugins/grails-spring-security-ui - Sully
"You can change your project to compile groovy and package then just use the plugin source code in your project" - @HithamS.AlQadheeb I do not think that is going to work. That plugin relies on Grails infrastructure. For example, the views are implemented as GSPs. - Jeff Scott Brown
Just re-write the views. I could not find something ready. You can code it in a few hours. - Sully

1 Answers