Passpoint® Postman Collection

Passpoint® via API

Cloud SDK accepts all Passpoint® configuration via API if desired. Please refer to API for additional instructions on use of Cloud SDK OpenAPI.

For reference: Postman collection for Passpointarrow-up-right to assist the reader is available.

RADIUS Profile Example: PLMN ID Based Identity Provider Profile

{
    "model_type": "Profile",
    "id": 3,
    "customerId": 2,
    "profileType": "radius",
    "name": "Identity_Provider-radius-profile",
    "details": {
        "model_type": "RadiusProfile",
        "primaryRadiusAuthServer": {
            "model_type": "RadiusServer",
            "ipAddress": "10.16.10.50",
            "secret": "testing123!",
            "port": 11812,
            "timeout": 0
        },
        "secondaryRadiusAuthServer": null,
        "primaryRadiusAccountingServer": {
            "model_type": "RadiusServer",
            "ipAddress": "10.16.10.60",
            "secret": "testing123!",
            "port": 11813,
            "timeout": 5
        },
        "secondaryRadiusAccountingServer": null,
        "profileType": "radius"
    },
    "childProfileIds": []
circle-info

Open WiFi 1.0 SSIDs are mapped to a single RADIUS profile. All Authentication and Accounting will be forwarded to the RADIUS services defined in the Profile. Sub-release 1.1 supports realm-based forwarding and RADSec operations (RADIUS over TLS)

Identities

Identity Provider Profile Example: PLMN ID Based Identity

In the above example, an MNO with PLMN identifiers is configured. The result of this configuration will be a UE mobile handset learns its home network operator is available over Wi-Fi network and attempts authentication seamlessly. The MNO logo will display in the UE home screen top bar.

Identity Provider Profile Example: OI / RCOI Based Identity

In the above example, a settled roaming provider part of the OpenRoaming federated RCOI has been defined. The UE device will automatically discover this network, for many devices with existing OpenRoaming credentials will seamlessly associate to the advertised service from this Wi-Fi network.

Identity Provider Profile Example: Realm Based

The above example demonstrates a realm-based identity provider configured for authentication using EAP-TTLS.

Operators and Venues

Wi-Fi Operator Profile Example

Venue Profile

Passpoint Profile

With all other profile configuration in place, the logical association of these profiles occurs within the Passpoint Profile.

Passpoint SSID Profile Association

circle-info

RADIUS Profile and Passpoint Profile are both Child Profiles of the Access Point Equipment

Last updated