my.hiii.au

Nuxt OIDC account nook

Signs in through auth.hiii.au, keeps Nuxt session state server-side, and saves a tidy account snapshot into Nitro storage.

Signed out

Ready for the auth hopscotch.

The login button sends the browser to the generic OIDC provider route at /auth/oidc/login. Your OIDC client on auth.hiii.au should allow the callback URI below.

Callback URI to register
https://my.hiii.au/auth/oidc/callback

The internal provider key is oidc because the module uses that key for generic providers.