Request BGP peering sessions with AS202941
PeeringDB OAuth is not yet configured. To enable the Peering Portal, you need to:
appsettings.jsonAdd 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"
}
}
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 |
While the portal is being configured, you can request peering manually: