Hello. This is a question about sending client secret id in credentials section via angular app
Previously we are using keycloak-angular: 2.0.1 version in which we can easily send credentials: { secret id: "" } via keycloak config object.
But after updating the version of keycloak-angular from 2.0.1 to 13.1.0 we are not able to send secret id from frontend side via angular application.
its working fine for access type = public we can get access token easily but for
access type = confidential we are getting error.
kindly suggest how we need to handle the access type = confidential from frontend as its required secret id. and we are not able to send secret id from our angular app.
Thanks in advance for your tips.
Best Regards
chetan kr. sharma