nuxt-auth-utils icon indicating copy to clipboard operation
nuxt-auth-utils copied to clipboard

Error in missing configuration in Zitadel OAUTH server library

Open ybybybybyb opened this issue 10 months ago • 2 comments

Image

Line 22, "issuerUrl" should be "domain", as specified line 21.

The error thrown ask for NUXT_OAUTH_ZITADEL_ISSUER_URL while the real variable needed is NUXT_OAUTH_ZITADEL_DOMAIN, which is confusing.

ybybybybyb avatar Mar 05 '25 21:03 ybybybybyb

Solved my issue, thanks for pointing this out!

em1382 avatar Mar 18 '25 15:03 em1382

I was getting error like:

Image

Turns out this library is full of bugs. We do not use client secret and since I was passing the empty string error was triggered here also mentioning issuerUrl. Also seems like that you have to remove the protocol from the domain since redirect fails with : https://https//{rest_of_the_URL} For some reason critical issues are ignored seems like it, since this was not even answered since March :-(

arajkovic22 avatar Jul 15 '25 11:07 arajkovic22