Hi.
Not sure what example code do you need. Gluu follows OIDC specs strictly, so if you need example of the request itself, you can check core OIDC spec. Sending this request is as simple as sending HTTP request to a web server, so you can use any code doing this you can find with google. You could also check our RP implementation in python (or other languages) [here](https://github.com/GluuFederation/oxd-python/tree/master/oxdpython), though it's a bit more complex than simple code sending request to OP.
Best regards,
Alex.