Ozone

Open Finance Malaysia Developer Portal

GET Well-known endpoint

Request

GET /.well-known/openid-configuration HTTP/1.1
Host: auth1.sandbox.mya.ozoneapi.io
Content-Type: application/x-www-form-urlencoded

Response

200 OK
Content-Type: application/json; charset=utf-8

{
    "issuer": "https://auth1.sandbox.mya.ozoneapi.io",
    "claims_parameter_supported": true,
    "claims_supported": [
        "sub",
        "iss",
        "auth_time",
        "acr",
        "amr",
        "name",
        "given_name",
        "family_name",
        "preferred_username",
        "picture",
        "email",
        "email_verified",
        "id_type",
        "hashed_id_number"
    ],
    "grant_types_supported": [
        "authorization_code",
        "client_credentials",
        "refresh_token"
    ],
    "response_types_supported": [
        "code"
    ],
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": true,
    "scopes_supported": [
        "openid",
        "accounts",
        "profile"
    ],
    "token_endpoint_auth_methods_supported": [
        "private_key_jwt",
        "tls_client_auth"
    ],
    "tls_client_certificate_bound_access_tokens": true,
    "code_challenge_methods_supported": [
        "S256"
    ],
    "claim_types_supported": [
        "normal"
    ],
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://as1.sandbox.mya.ozoneapi.io/token",
    "authorization_endpoint": "https://auth1.sandbox.mya.ozoneapi.io/auth",
    "registration_endpoint": "https://rs1.sandbox.mya.ozoneapi.io/tpp-registration",
    "jwks_uri": "https://s3.eu-west-2.amazonaws.com/jwks.ozoneapi.io/paynet-sandbox-hub.jwks",
    "userinfo_endpoint": "https://as1.sandbox.mya.ozoneapi.io/userinfo",
    "introspection_endpoint": "https://as1.sandbox.mya.ozoneapi.io/introspection",
    "revocation_endpoint": "https://as1.sandbox.mya.ozoneapi.io/token/revoke",
    "pushed_authorization_request_endpoint": "https://as1.sandbox.mya.ozoneapi.io/par",
    "id_token_signing_alg_values_supported": [
        "PS256"
    ],
    "request_object_signing_alg_values_supported": [
        "PS256"
    ],
    "token_endpoint_auth_signing_alg_values_supported": [
        "PS256"
    ],
    "mtls_endpoint_aliases": {
        "token_endpoint": "https://as1.sandbox.mya.ozoneapi.io/token",
        "revocation_endpoint": "https://as1.sandbox.mya.ozoneapi.io/token/revoke",
        "introspection_endpoint": "https://as1.sandbox.mya.ozoneapi.io/introspection",
        "pushed_authorization_request_endpoint": "https://as1.sandbox.mya.ozoneapi.io/par",
        "userinfo_endpoint": "https://as1.sandbox.mya.ozoneapi.io/userinfo"
    },
    "authorization_details_types_supported": [
        "urn:openfinance-ml:account-access-consent:v1.2"
    ],
    "response_modes_supported": [
        "query"
    ],
    "userinfo_signing_alg_values_supported": [
        "PS256",
        "RS256",
        "HS256",
        "none"
    ],
    "require_pushed_authorization_requests": true,
    "authorization_response_iss_parameter_supported": true
}

Powered by ozoneapi

© 2026 Open Finance Malaysia Developer Portal. All rights reserved.