Read Alza OAuth discovery
auth_discoveryRetrieve the live OpenID Connect discovery document for Alza's mobile app to confirm OAuth endpoints before starting authentication. Use when debugging OAuth flows.
Instructions
Read the live OpenID Connect discovery document that the Alza mobile app uses (issuer, authorization endpoint, token endpoint). Use only when debugging the OAuth flow or verifying which identity endpoints Alza exposes before calling auth_start. Do not use for everyday shopping — it returns a configuration document, not account data, and changes nothing. Read-only; no credentials are ever sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuer | No | ||
| jwks_uri | No | ||
| token_endpoint | No | ||
| grant_types_supported | No | ||
| authorization_endpoint | No | ||
| code_challenge_methods_supported | No |