FloodMapp · OAuth Scopes

FloodMapp OAuth Scopes

OAuth 2.0 searched

FloodMapp publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the FloodMapp API on a user’s behalf.

Tokens are issued from https://login.floodmapp.com/oauth2/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.

CompanyFlood IntelligenceFlood ForecastingGeospatialGISEmergency ManagementClimate RiskMachine LearningHydrology
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://login.floodmapp.com/oauth2/authorize
Token URL
https://login.floodmapp.com/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token identifying the authenticated principal. authorizationCode

Source

OAuth Scopes

floodmapp-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: >-
  Observed OAuth2 authorization request from api.floodmapp.com to AWS Cognito
  (login.floodmapp.com/oauth2/authorize).
schemes:
  - name: cognitoOAuth2
    provider: AWS Cognito
    flows:
      - flow: authorizationCode
        authorizationUrl: https://login.floodmapp.com/oauth2/authorize
        tokenUrl: https://login.floodmapp.com/oauth2/token
scopes:
  - scope: openid
    description: OpenID Connect authentication; returns an ID token identifying the authenticated principal.
    flows: [authorizationCode]
    sources: [observed authorization request]
notes: >-
  Only the standard OIDC 'openid' scope was observed in the public authorization
  redirect. FloodMapp does not publish a scopes/permissions reference; any
  resource-server scopes are provisioned privately per customer. Not fabricated
  beyond the single observed scope.