
i35fq (i35fq) asked a question.
Retrieve Okta Application Name from Client ID
In my .NET api, I have a route that uses Okta authentication. In that route, I can retrieve the ClientID from the token. Is there a way to retrieve the assigned name to that ClientID back from Okta?

Hello Caleb! Jason at Okta here, thanks for posting! If you have a custom authorization server, you could make a custom claim to store that information. Please review this How to get OIDC/OAuth application attributes like name or label as claims in id_token/access token? KB article for more details. Otherwise, there's no built-in way to retrieve the assigned name. Hopefully, the article will get you started, or at least point you in the right direction. Let us know if this helps.