Whinis
Whinis
HHomarr
Created by Whinis on 3/8/2025 in #💬・get-help
Can't Enable SSO
ya some final tweaks and all if good. Thanks
13 replies
HHomarr
Created by Whinis on 3/8/2025 in #💬・get-help
Can't Enable SSO
1 moment, its atleast failing differently 😄
13 replies
HHomarr
Created by Whinis on 3/8/2025 in #💬・get-help
Can't Enable SSO
I have copied that so many times, no idea how I missed that
13 replies
HHomarr
Created by Whinis on 3/8/2025 in #💬・get-help
Can't Enable SSO
version seems to be 1.0.0
13 replies
HHomarr
Created by Whinis on 3/8/2025 in #💬・get-help
Can't Enable SSO
Here is my compose section for homarr
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /opt/authelia/homarr/appdata:/appdata
environment:
SECRET_ENCRYPTION_KEY: -
AUTH_PROVIDER: "oidc"
AUTH_OIDC_URI: "https://auth.h.domain.com"
AUTH_OIDC_CLIENT_SECRET: "-"
AUTH_OIDC_CLIENT_ID: "-"
AUTH_OIDC_CLIENT_NAME: "-"
AUTH_OIDC_AUTO_LOGIN: "true"
NEXTAUTH_URL: "https://dash.h.domain.com"
ports:
- '7575:7575'
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /opt/authelia/homarr/appdata:/appdata
environment:
SECRET_ENCRYPTION_KEY: -
AUTH_PROVIDER: "oidc"
AUTH_OIDC_URI: "https://auth.h.domain.com"
AUTH_OIDC_CLIENT_SECRET: "-"
AUTH_OIDC_CLIENT_ID: "-"
AUTH_OIDC_CLIENT_NAME: "-"
AUTH_OIDC_AUTO_LOGIN: "true"
NEXTAUTH_URL: "https://dash.h.domain.com"
ports:
- '7575:7575'
13 replies
HHomarr
Created by Whinis on 3/8/2025 in #💬・get-help
Can't Enable SSO
here is the only log I see
2025-03-08T04:07:58.698Z info: user test was not found

2025-03-08T04:07:58.712Z error: y: Read more at https://errors.authjs.dev#credentialssignin

at oZ (/app/apps/nextjs/.next/server/chunks/7726.js:489:46332)

at async o8 (/app/apps/nextjs/.next/server/chunks/7726.js:489:55169)

at async ae (/app/apps/nextjs/.next/server/chunks/7726.js:489:57629)

at async d (/app/apps/nextjs/.next/server/app/api/auth/[...nextauth]/route.js:1:3658)

at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)

at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)

at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)

at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)

at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1832:28)

at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2259:24)

The above error also had these properties on it:

{

name: 'y',

type: 'CredentialsSignin',

kind: 'signIn',

code: 'credentials'

}
2025-03-08T04:07:58.698Z info: user test was not found

2025-03-08T04:07:58.712Z error: y: Read more at https://errors.authjs.dev#credentialssignin

at oZ (/app/apps/nextjs/.next/server/chunks/7726.js:489:46332)

at async o8 (/app/apps/nextjs/.next/server/chunks/7726.js:489:55169)

at async ae (/app/apps/nextjs/.next/server/chunks/7726.js:489:57629)

at async d (/app/apps/nextjs/.next/server/app/api/auth/[...nextauth]/route.js:1:3658)

at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)

at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)

at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)

at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)

at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1832:28)

at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2259:24)

The above error also had these properties on it:

{

name: 'y',

type: 'CredentialsSignin',

kind: 'signIn',

code: 'credentials'

}
13 replies