Authorization endpoint
Testing
GET
https://passport.freedompay.kz/openid
After authentication and access rights are granted, the user will be redirected to redirect_uri.
Request
Query Params
scope
string
required
Example:
openid read.profile
state
string
required
Example:
PUJNUsZq4YTXLsgNSurd4brpcE3JumGF
response_type
string
required
Example:
code
client_id
string
required
Example:
c388f3cd-7722-4040-9bb2-94b0a05093aa
redirect_uri
string
required
Example:
https://example.com/login
nonce
string
required
Example:
LzfMhpRWU5Dzwy7vHvlTHmq5sEiYBXMb
Request samples
Responses
Modified at 2025-02-25 08:51:47