We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff74b5 commit 7964340Copy full SHA for 7964340
src/runtime/server/lib/oauth/oidc.ts
@@ -20,7 +20,7 @@ export interface OAuthOidcConfig {
20
* Alternatively, an object can be set with the required endpoint URLs.
21
*
22
* @default process.env.NUXT_OAUTH_OIDC_OPENID_CONFIG
23
- * @example "https://my-provider.com/nidp/oauth/nam/.well-known/openid-configuration"
+ * @example "https://my-provider.com/.well-known/openid-configuration"
24
*/
25
openidConfig?: string | OIDCConfiguration
26
/**
0 commit comments