
24kq8 (24kq8) asked a question.
Hi Team,
I am able to see clientID in OKTA API calls when clicking on sign-in the button of my login page as a query params.
Is it safe if clientID is exposed to users, Is there any workaround for that if we can send ClientID in encrypted form or any other form?

Usually in most of the applications, ClientID will be exposed but the access token will not be exposed if you are using 3 legged authentication (Authroization Code Grant) as its using its own back channel to communicate it