OAuth2 Metadata

You can get a more in-depth information via the OAuth 2.0 Authorization Server Metadata (see RFC8414) API at: https://visibility.amp.cisco.com/.well-known/index.html#/OAuth2/get__well_known_oauth_authorization_server.

The following is an example of metadata response:

{
    "device_authorization_endpoint":"https://visibility.amp.cisco.com/iroh/oauth2/device_authorization",
    "grant_types_supported":[
        "authorization_code",
        "client_credential",
        "urn:ietf:params:oauth:grant-type:device_code"
    ],
    "authorization_endpoint":"https://visibility.amp.cisco.com/iroh/oauth2/authorize",
    "scopes_supported":[
        "telemetry", "integration", "private-intel", "admin",
        "cognitive", "profile", "inspect", "asset", "feedback",
        "sse", "registry", "users", "investigation", "invite",
        "casebook", "orbital", "enrich", "oauth", "global-intel",
        "response", "notification", "webhook"
    ],
    "issuer":"IROH Auth",
    "code_challenge_methods_supported":[
        "S256",
        "plain"
    ],
    "response_types_supported":[
        "code",
        "token"
    ],
    "token_endpoint":"https://visibility.amp.cisco.com/iroh/oauth2/token",
    "jwks_uri":"https://visibility.amp.cisco.com/.well-known/jwks",
    "service_documentation":"https://visibility.amp.cisco.com/iroh/doc/iroh-auth/index.html"
}