Dear members,
This morning i've registered a NON-INFOR application in ION API's environment as a back-end service.
i've retrieved the client_id and client_secret values from the file downloaded on the ION API's back-end, but i'm encountering some issues in getting the authorization code from the AS server. i'm trying to get the authorization code by using the following URL
https://[AS_url]/InforIntSTS/connect/authorize?client_id=[client_id_value]&response_type=code
the response of the AS server is always the same:

Any suggestions about this issue ?
Thanks in advance