title | topic | type | typeOrder | roles | |
---|---|---|---|---|---|
Create OAuth 2.0 client |
oauth 2.0 |
how-to |
1 |
|
In order to use our OAuth flow, you will need to create an OAuth client. This client is tied to a product in the Developer Portal.
- Sign in at https://developer.wgtwo.com
- Create an organization
- Create a product
- Go to the
Technical integration
tab, and clickADD OAUTH CLIENT
If you are creating a product for subscribers, you will need to fill in your redirect URIs as you will be using OAuth 2.0's Authorization Code Flow.
For operator products this info is not required as you will be using the Client Credentials Flow.
Field | Value |
---|---|
Client description | this is a test |
Login redirect URIs | https://example.com/callback |
Post revoke consent redirect URIs | https://example.com/revoke |
The returned credentials will be displayed only once, so make sure to save them.
- Go to the
Technical integration
tab and click in navigation barEnable API scopes
. - Enable the three standard OAuth 2.0 scopes.
- Go to the
Product information
tab and click in navigation barDistribution and availability
. - Select the operators you want to make your product available for. Operators will then be able to enable this product for their subscribers.
You can now start playing with our APIs!
In order to get your product displayed in our market placed, you will need to fill in some extra information. But before you do that, please go ahead with your integration.
All fields can be changed until you submit your product, so feel free to keep updating it.