[ { "client_id": "https://rp.example.org", "client_secret": "HIER-STEHT-EIN-GEHEIMES-SECRET", "response_types": ["code"], "grant_types": ["authorization_code"], "scope": "openid info profile email", "redirect_uris": ["https://rp.example.org/CALLBACK-ENDPOINT"] } ]