Skip to main content

Overview

When the response_type parameter of an authorization request contains** id_token in its value, the scope** parameter of the request must contains openid in its value.

Detail

When calling the Authlete /auth/authorization API, if the response_type in the parameters contains id_token, please make the scope parameter contains openid in its value. Otherwise, the API will return the response like below.