By: kirk sullivan user 01 May 2020 at 8:42 a.m. CDT

3 Responses
kirk sullivan gravatar
Wondering if you can point me to the right doc locations for the following parameters. Mulesoft is an integration paltform, and offers Open Id client 3rd party providers (like ping identity, etc.). I'd like to hook up my Gluu 4.0 server to it, and hope to blog about it, and promote the platform in the longer term. The Fields on it's configuration screen are the following: * Client Registration URL (e.g. http://www.example.com/login * OpenID Connect Issuer (https://example.com) * Authorize URL (http://www.example.com/authorize) * Token URL (http://www.example.com/token) * User info URL (http://www.exaple.com/userinfo * Disable cerver cerfificate validation (checked, as I'm using the out of box self-server cert Also, can you point me at the right ports that I need to open to allow this communication (this is not a production environment, and I don't have a VPN set up with mulesoft yet)

By kirk sullivan user 01 May 2020 at 10:15 a.m. CDT

kirk sullivan gravatar
would like to produce something similar to this (this is for Okta) to promote Gluu's integration with Mulesoft: https://developer.mulesoft.com/tutorials-and-howtos/integrations/setup-oauth-and-openid-connect-with-okta-anypoint-studio

By Aliaksandr Samuseu staff 01 May 2020 at 10:31 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Kirk. Most of the questions can be answered by visiting OIDC metadata url at your Gluu Server, located at `https://YOUR.GLUU.SERVER.FQDN/.well-known/openid-configuration`: - Client Registration URL: `registration_endpoint` - OpenID Connect Issuer: `issuer` - Authorize URL: `authorization_endpoint` - Token URL: `token_endpoint` - User info URL: `userinfo_endpoint` - Disable server cerfificate validation - not sure what this means, sorry > can you point me at the right ports that I need to open to allow this communication For a compliant OIDC flow, the only port you'll need to interact with Gluu Server is HTTPS (TCP 443). Hope this helps.

By kirk sullivan user 01 May 2020 at 2:50 p.m. CDT

kirk sullivan gravatar
excellent, thanks very much, will check it out!