{
    "message": "OIDC Provider",
    "issuer": "https:\/\/auth.mc.srv.br",
    "endpoints": {
        "discovery": "https:\/\/auth.mc.srv.br\/.well-known\/openid-configuration",
        "authorization": "https:\/\/auth.mc.srv.br\/authorize.php",
        "token": "https:\/\/auth.mc.srv.br\/token.php",
        "userinfo": "https:\/\/auth.mc.srv.br\/userinfo.php",
        "jwks": "https:\/\/auth.mc.srv.br\/jwks.php"
    }
}