
LasarS.70069 (Customer) asked a question.
I have Microsoft SharePoint added as an application in my OKTA. Using @okta/jwt-verifier node modules, I'm getting JWT token that has IDToken and accessToken from its response. Now using this token, when I try to access SharePoint REST endpoint, I'm getting the error "Invalid JWT token. No certificate thumbprint specified in token header." Could you please help me in identifying the cause of this error and let me know were I'm wrong.

Hi Lasar,
The JWT will not work with Sharepoint as far as I know, since its used with Okta and the Okta Sharepoint integration is configured via claims on a SAML token basis, per our Sharepoint On Prem Deployment Guide.
The deployment you are testing is of a pretty complex configuration and flow and built customly, which is not something we usually cover, this new deployments are covered on the developer side, from our end they cover only the usage with Okta services like OpenId/Oauth/SCIM and SDK packs released officially. This question would be best suited for our developer side via the devforum.okta.com or to our developers@okta.com
Hope this points you in the right direction.