Hope I’ve chosen the right place for this; sorry if I’m wrong.
I’m working on a react app that uses keycloak. When the client access-type is set to ‘public’, everything works fine. If I change the client access-type to ‘confidential’, my react app suddenly starts throwing CORS error messages.
I have added the appropriate client-secret to the keycloak.json file that my react app uses, but this doesn’t appear to have altered the behaviour in any way.
Is there something I’m missing? I am quite new to keycloak; loving it so far, but was unfortunately able to find any other resources online to help me debug this issue.