Peering Portal

Request BGP peering sessions with AS202941

OAuth Configuration Required

PeeringDB OAuth is not yet configured. To enable the Peering Portal, you need to:

  1. Register an OAuth application at PeeringDB OAuth Applications
  2. Add the configuration to your appsettings.json

Configuration

Add the following to your appsettings.json:

{
  "PeeringDb": {
    "ClientId": "your-client-id",
    "ClientSecret": "your-client-secret",
    "RedirectUri": "https://yourdomain.com/Peering/Callback",
    "AuthorizationEndpoint": "https://auth.peeringdb.com/oauth2/authorize/",
    "TokenEndpoint": "https://auth.peeringdb.com/oauth2/token/",
    "UserInfoEndpoint": "https://auth.peeringdb.com/profile/v1"
  }
}

OAuth Application Settings

When registering your OAuth application on PeeringDB, use these settings:

Redirect URI https://yourdomain.com/Peering/Callback
Client Type Confidential
Authorization Grant Type Authorization Code
Required Scopes profile email networks

Manual Peering Requests

While the portal is being configured, you can request peering manually: