Hello,
Context:
- Front: Xamarin application
- Back: Api .net 5.0
- Okta Mobile application PKCE flow
I am setting up a Xamarin application with Okta authentication thanks to the nuget GitHub - okta/okta-oidc-xamarin: Okta OIDC SDK for Xamarin.
By specifying empty AuthorizationServerId to use the organization’s authorization server (because my My company’s Okta does not have additional authorization server).
The Okta app was created as a mobile app with PKCE enabled.
The authentication is going correctly, however I cannot validate the Token on the API side (.net 5.0)
Using the nuget GitHub - okta/okta-aspnet: okta-aspnet, it is forbidden to use the org server authorization.
Despite several tutorials to validate the Token, I still have a problem.
Is it possible to use org server authorization in this case?
Thank you in advance for your return.