developers
Get Issuer
Get Issuer
post/get-issuer
Request body
Example request
{
"op_configuration_endpoint": "https://op.example.com/acme/.well-known/openid-configuration",
"op_host": "https://<ophostname>",
"op_discovery_path": "/oxauth",
"resource": "admin@jenkins-ldap.gluu.org"
}Response
OK
Example response
{
"subject": "admin@jenkins-ldap.gluu.org"
}