By: Baili He user 01 Feb 2021 at 4:17 p.m. CST

2 Responses
Baili He gravatar
I am trying to use Gluu to secure a local spring boot application. However I cannot find documentations on how to connect the application to Gluu. We are using client secret to get access token and is using OpenId Connect. What dependency should we add in pom.xml and what should we add to application.properties? Addtional information: we are not doing single sign on.

By Mohib Zico staff 08 Feb 2021 at 9:08 a.m. CST

Mohib Zico gravatar
>> Addtional information: we are not doing single sign on. Not sure I understood you correctly, sorry. What you are trying to do with Gluu Server then?

By Michael Schwartz Account Admin 08 Feb 2021 at 11:51 a.m. CST

Michael Schwartz gravatar
We have a demo in Github for Spring boot: https://github.com/GluuFederation/spring-boot-demo Zico... I guess if you only have one app, you don't need SSO. But I see you're point.