Picarro · OAuth Scopes
Picarro OAuth Scopes
OAuth 2.0
probed
Picarro publishes 9 OAuth 2.0 scopes via the authorizationCode, implicit, password, and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Picarro API on a user’s behalf.
Tokens are issued from https://identity-prod.picarro.com/auth/realms/picarro/protocol/openid-connect/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
CompanyGas DetectionEnvironmental MonitoringEmissionsMethaneGreenhouse GasScientific InstrumentsSemiconductorIndustrial IoTSensorsAnalyticsgRPC
Scopes: 9
Flows: authorizationCode, implicit, password, clientCredentials
Method: probed
OAuth endpoints
Authorization URL
https://identity-prod.picarro.com/auth/realms/picarro/protocol/openid-connect/auth
https://identity-prod.picarro.com/auth/realms/picarro/protocol/openid-connect/auth
Token URL
https://identity-prod.picarro.com/auth/realms/picarro/protocol/openid-connect/token
https://identity-prod.picarro.com/auth/realms/picarro/protocol/openid-connect/token
Flows
authorizationCodeimplicitpasswordclientCredentials
authorizationCodeimplicitpasswordclientCredentials
Scopes (9)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication; requests an ID token. | authorizationCode, implicit |
| profile | Standard OIDC profile claims (name, given_name, family_name, preferred_username). | authorizationCode, implicit, password |
| Standard OIDC email claim. | authorizationCode, implicit, password | |
| address | Standard OIDC address claim. | authorizationCode, implicit, password |
| phone | Standard OIDC phone_number claims. | authorizationCode, implicit, password |
| roles | Keycloak realm/client role mappings in the access token. | authorizationCode, password, clientCredentials |
| offline_access | Issues a refresh token usable while the user is offline. | authorizationCode, password |
| web-origins | Keycloak scope that injects allowed CORS web origins into the token. | authorizationCode, implicit |
| microprofile-jwt | Keycloak scope adding MicroProfile JWT claims (upn, groups). | authorizationCode, clientCredentials |