/api/oauth/authorizepublicBilow xidhiidh oggolaansho. U haga isticmaalaha halkan si ay ugu soo galaan JaalleID.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
client_id | string | required | Your OAuth client identifier. |
redirect_uri | string | required | A redirect URI registered for this client. |
response_type | string | required | Must be "code". |
scope | string | required | Space-separated. e.g. "openid profile email kyc_status trust_score". |
code_challenge | string | required | PKCE S256 challenge — base64url(SHA-256(verifier)). |
code_challenge_method | string | required | Must be "S256". "plain" is rejected. |
state | string | required | Opaque value bound to the user session for CSRF protection. |
prompt | string | optional | "none" · "login" · "consent" · "select_account". |
Response
HTTP 307 → ${redirect_uri}?code=AUTH_CODE&state=ORIGINAL_STATE