Include client_id into access_token

Hello gurus,

Can anybody suggest if there is a way to get client_id claim inside access token? This claim is “restricted”, so I assume I can’t populate/manipulate it freely with Actions.

Thank you in advance

Hey there @phi1ipp !

You are correct in that client_id is a restricted claim and therefore can’t be utilized in Actions. You can however get the client_id value from the azp claim OR add a custom claim with your own namespace.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.