Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(providers): add Duende IdentityServer 6 #4850

Merged
merged 12 commits into from Jul 7, 2022
Merged

feat(providers): add Duende IdentityServer 6 #4850

merged 12 commits into from Jul 7, 2022

Conversation

josh-the-dev
Copy link
Contributor

@josh-the-dev josh-the-dev commented Jul 6, 2022

☕️ Reasoning

What changes are being made? What feature/bug is being fixed here?

Next-auth only supported Identity Server 4. This PR is adding support for Identity Server 6 found : Identity Server 6

It's effectively a copy of the work done for Identity Server 4, but added as a new provider, as that should be sufficient for this to work.

Given people are still using Identity Server 4 as well, I'd rather not replace that provider, so I added the Identity Server 6 provider as a new one.

As a side note, this is my first PR here, so if there's anything I have done incorrectly please give me feedback 👍

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

Please scout and link issues that might be solved by this PR.

Fixes: #4830

📌 Resources

@vercel
Copy link

vercel bot commented Jul 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
next-auth ⬜️ Ignored (Inspect) Jul 7, 2022 at 11:59AM (UTC)

@github-actions github-actions bot added core Refers to `@auth/core` providers labels Jul 6, 2022
@vercel vercel bot temporarily deployed to Preview July 6, 2022 07:53 Inactive
@vercel vercel bot temporarily deployed to Preview July 7, 2022 11:39 Inactive
…r6.md

Co-authored-by: Balázs Orbán <info@balazsorban.com>
…r6.md

Co-authored-by: Balázs Orbán <info@balazsorban.com>
@balazsorban44 balazsorban44 changed the title add duende identity server 6 provider feat(providers): add Duende IdentityServer 6 Jul 7, 2022
josh-the-dev and others added 2 commits July 7, 2022 13:46
Co-authored-by: Balázs Orbán <info@balazsorban.com>
Co-authored-by: Balázs Orbán <info@balazsorban.com>
…r6.md

Co-authored-by: Balázs Orbán <info@balazsorban.com>
@vercel vercel bot temporarily deployed to Preview July 7, 2022 11:55 Inactive
josh-the-dev and others added 4 commits July 7, 2022 13:57
Co-authored-by: Balázs Orbán <info@balazsorban.com>
…r6.md

Co-authored-by: Balázs Orbán <info@balazsorban.com>
…r6.md

Co-authored-by: Balázs Orbán <info@balazsorban.com>
Co-authored-by: Balázs Orbán <info@balazsorban.com>
Copy link
Member

@balazsorban44 balazsorban44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@balazsorban44 balazsorban44 merged commit 3c210d9 into nextauthjs:main Jul 7, 2022
@josh-the-dev josh-the-dev deleted the feature/add-duende-provider branch July 7, 2022 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Refers to `@auth/core` providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IdentityServer4 is now IdentityServer Duende
3 participants