Skip to content

GG integration With OP Servers

Meghna Joshi edited this page May 31, 2019 · 3 revisions

Overview

If you have your own OpenID Connect Auth server then this wiki will help you to integrate your OP(Authorization) server.

Questions

1. The configuration should be done from the OXD side?

Yes, Gluu Gateway uses the OXD to communicate with the OP Server.

2. Is OXD has any rest API that I can use to achieve that. Does OXD use discovery endpoint gather OAuth endpoint URLs?

Yes, you just need to register a client in OXD with your Auth Server and it stores the endpoints and some other information, you just need to call the APIs https://gluu.org/docs/oxd/4.0/api/. Follow the OXD docs for more info https://gluu.org/docs/oxd/4.0.

Note: GG 2.0 is using OXD 4.0, both are still in the development process.