Need help in setting Authz and spring boot

Can we setup open id connect with authz.
Do we have any sample in java how autz can be integrated with spring boot

Are you looking for Pangea to serve as your OpenID Connect provider or to pull in auth/profile from another system like Google or Github?

If you want to plug another provider into Pangea, here are the ones we support out of the box: Social Auth in Pangea

If you want Pangea to act as the Identity Provider, that’s in progress right now. Our goal on that front is to allow you to use any OIDC library easily.

What’s your timeline for building/demo’ing?

Thanks @Keith_Casey .

Yes we are looking for Pangea to act as primary IDP and also use the other IDP’s SSO.
Other providers planned are Google, Linked In and sales force.

We are looking to Mid June end as our delivery timeline.

Thanks for the background. We can support Social Auth out of the box now, so that’s taken care of.

To use Pangea as your IDP, we don’t support OIDC yet (soon!) but you can use a very similar approach using our Hosted Flow where you redirect to us, complete the authN flow, and we redirect back to you after with a token and session.

We don’t have a guide in Spring Boot but the logic is laid out in that guide.

I’m not a Java developer anymore but happy to help think through it with you.