-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
Allow access to user-graphql.service.newrelic.com via one or more of the following API authentication methods
- API key headers (Api-Key, x-Api-Key)
- Bearer Token
- Basic Auth
While reverse-engineering the requests made to this endpoint through the console, it appears the only way to authenticate to this endpoint is via the special login_service_login_newrelic_com_tokens
cookie that is set after signing in with SSO.
Describe Alternatives
reviewPendingRequest
mutation included in the api.newrelic.com/graphiql endpoint
Additional context
Our organization uses SSO/SCIM, and users must request New Relic access via internal request forms. We'd like to be able to use this GraphQL endpoint to programatically respond to user upgrade requests that are generated when a user attempts to access parts of the site that require elevated user type permissions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request