1. Request a user's MID identity
Parameters:
Parameter name
Type
Description
response_type
string
Required. response_type=code
client_id
string
Required. The client ID you received from MID.
redirect_uri
string
Required. The URL in your application where users will be sent after authorization.
scope
string
Required.scope=profile
state
string
Required.An unguessable random string. It is used to protect against cross-site request forgery attacks.
Last updated