Sean D
Hey Andy,
Thank you for this article!
The company I’m working for is switching to Okta from another provider. To get up and running, I was initially pointed to https://www.npmjs.com/packa… , but we had decided to go with Nuxt instead of Vue, so your article is well timed for my purposes.
However, the okta-vue instructions for a standard Vue app only require the clientId and OktaDomain, so that’s all I’ve been provided (i.e. I have no clientSecret or secretKey). Yet when I follow your instructions, I’m getting (unsurprisingly) an error stating, cannot set up sessions without a secret or encryptionKey/signatureKey pair
.
Do you have any advice to get up and running with Okta (okta-vue) in a Nuxt app, using only the clientId and OktaDomain? (fwiw: Running exclusively in SPA mode is an option for us.)