Possible to Skip SDK for a Vue.js App?

Hi,

Is it possible to use OpenID Connect flow without the SDK? I have a customer whose SPA uses a non-Okta JWT implemention and I’m looking at creating a product variant that would abstract out the authentication mechanism. This is so that either could be assembled and deployed (the custom JWT thing and Okta).

Thanks,
Carl

Can you elaborate on what exactly you mean by “use the OIDC flow without the SDK”?

A Vue app that doesn’t require $auth and can issue Axios or Fetch API calls to acquire the token.

You should be able to use the OIDC API, depending on what you’re trying to do

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