Skip to content
Discussion options

You must be logged in to vote

I am curious which version you are using. To contact the demo IDS server, I only need the following config:

IDS4Provider({
clientId: process.env.IDS4_ID,
clientSecret: process.env.IDS4_SECRET,
issuer: process.env.IDS4_ISSUER,
}),

IDS4_ID = "interactive.confidential"
IDS4_SECRET = "secret"
IDS4_ISSUER = "https://demo.identityserver.io"

Try upgrading to the latest beta by running npm install next-auth@beta

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@phamhungvn
Comment options

@balazsorban44
Comment options

@phamhungvn
Comment options

@balazsorban44
Comment options

@phamhungvn
Comment options

Answer selected by balazsorban44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
question Ask how to do something or how something works
2 participants
Converted from issue

This discussion was converted from issue #3190 on November 13, 2021 10:03.