C# native app with Authorization Code Grant questions

Aah OK. Sorry, I though OpenShift was your own application.

The access_token being returned by Auth0 cannot be used against external Identity Providers. That access_token can only be used against your own APIs.

We do however store the Identity Provider tokens, and you can retrieve them to call the OpenShift API.

For more information on how to do that please see this document: