
        {
           "issuer":"https://id.trimble.com",
           "authorization_endpoint": "https://id.trimble.com/oauth/authorize",
           "token_endpoint":"https://id.trimble.com/oauth/token",
           "userinfo_endpoint":"https://id.trimble.com/oauth/userinfo",
           "device_authorization_endpoint":"https://id.trimble.com/oauth/device_authorization",
           "registration_endpoint":null,
           "jwks_uri":"https://id.trimble.com/.well-known/jwks.json",
           "response_types_supported":[
              "code",
              "token",
              "id_token",
              "code token",
              "code id_token",
              "code token id_token",
              "token id_token"
           ],
           "response_modes_supported":[
              "query"
           ],
           "grant_types_supported":[
              "authorization_code",
              "implicit",
              "refresh_token",
              "client_credentials",
              "urn:ietf:params:oauth:grant-type:token-exchange",
              "urn:trimble:params:oauth:x509-cert",
              "urn:ietf:params:oauth:grant-type:device_code"
           ],
           "subject_types_supported":[
              "public"
           ],
           "id_token_signing_alg_values_supported":[
              "RS256"
           ],
           "scopes_supported":[
              "openid"
           ],
           "token_endpoint_auth_methods_supported":[
              "client_secret_basic", "client_secret_post", "tls_client_auth"
           ],
           "code_challenge_methods_supported": ["S256"],
           "claims_supported":[
              "iss",
              "ver",
              "sub",
              "aud",
              "iat",
              "exp",
              "jti",
              "idp",
              "nonce",
              "given_name",
              "family_name",
              "email",
              "email_verified",
              "at_hash",
              "data_region",
              "identity_type",
              "auth_time",
              "amr",
              "azp",
              "preferred_username",
              "federation_origin",
              "masquerading",
              "scope",
              "locale",
              "preferred_mfa_setting",
              "picture",
              "updated_at",
              "zoneinfo",
              "country",
              "account_id"
           ],
           "introspection_endpoint":null,
           "introspection_endpoint_auth_methods_supported":null,
           "revocation_endpoint":"https://id.trimble.com/oauth/revoke",
           "revocation_endpoint_auth_methods_supported":[
              "client_secret_basic", "client_secret_post", "tls_client_auth"
           ],
           "end_session_endpoint":"https://id.trimble.com/oauth/logout",
           "request_parameter_supported":true,
           "request_object_signing_alg_values_supported":null,
           "mtls_endpoint_aliases":{
              "token_endpoint":"https://mtls.id.trimble.com/oauth/token"
           },
           "service_documentation": "https://docs.trimblecloud.com/trimble-identity/",
           "op_tos_uri": "https://www.trimble.com/en/legal/terms-and-conditions/terms-of-use",
           "op_policy_uri": "https://www.trimble.com/en/our-commitment/responsible-business/data-privacy-and-security/data-privacy-center/privacy-notice",
           "dpop_signing_alg_values_supported": ["ES256", "ES256K", "ES384", "ES512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "EdDSA"]
        }
        