Start collaborating
Learn more about TechXchange Dev Days virtual and in-person events here
I am working with IBM Security Verify.I have created a custom OIDC application and disabled the "user consent" by setting it to "Do not ask for consent."
And on the page, the following message appears:{"error": "invalid_grant"}
{"error": "invalid_grant"}
I tried making a request from the OIDC client with the prompt=none parameter to avoid requesting consent from ISV, but it didn't work.
prompt=none
To resolve the issue, I tested the following configurations:
1. Creating a Data Privacy Policy.
2. Creating an EULA and associating it with the application