Support Azure AD authentication
See original GitHub issueThis issue seeks to support Azure AD as authentication.
Todo
- Create
azureAd
AuthProvider (#1311) - Create
azureAd
auth generator with auth template (#1311) - Example
azureAd
auth in theplayground-auth
repository (https://github.com/redwoodjs/playground-auth/pull/6) - Initial documentation in the
redwoodjs.com
repository (https://github.com/redwoodjs/redwoodjs.com/pull/407) - Add
AzureAdUser
decoder - Add JWT validation in the decoder (https://github.com/redwoodjs/redwood/pull/1311#discussion_r502886525)
- Grab
roles
from the claim if possible (https://github.com/redwoodjs/redwood/pull/1311#discussion_r502887345) - ~Implement
yarn rw setup auth <azureAd>
and follow deprecation ofyarn rw g auth ...
(as of #1307 & #1309)~ - Some more work on the documentation
Request/Questions
-
- Tests? (where?)
-
- Test and validation from core team and community
Changes in packages
@redwoodjs/auth
@redwoodjs/api
@redwoodjs/cli
Related
Implementation
-
AuthProvider & Generator: #1311 (merged ✅)
-
Documentation (merged ✅)
-
Example (merged ✅)
Documentation
Please let me know your overall feedback or code review in respective PRs. Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Find help and get support for Azure Active Directory
Open a support request in Azure Active Directory · Sign in to the Azure portal and open Azure Active Directory. · Scroll down...
Read more >Azure Active Directory authentication overview - Microsoft Entra
Azure AD helps to protect a user's identity and simplify their sign-in experience. Features like self-service password reset let users update or ...
Read more >Azure services that support Azure AD authentication
List of services that support Azure AD authentication. ... Azure Databricks, Authenticate using Azure Active Directory tokens.
Read more >Authentication methods and features - Azure Active Directory
Azure AD Multi-Factor Authentication (MFA) adds additional security over only using a password when a user signs in. The user can be prompted ......
Read more >Azure Active Directory
Yes. Azure AD supports several standardized protocols for authentication and authorization, including SAML 2.0, OpenID Connect, OAuth 2.0, and WS-Federation. It ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the feedback @thedavidprice 🎉
I missed yesterdays meetup and joined in just when you guys were about to round off. It’s now early morning, so a perfect time to grab another cup of ☕ and tune in to that session on Youtube and get the latest scoops (among
yarn rw setup
). I’m sure we can align this PR with the works in #1309.@dthyresson @peterp When you guys have a chance to look at this, let me know if you need a dummy Azure organizational account or similar. In the meantime, I’ll look into the JWT validation and
yarn rw setup
.@dthyresson All related PR’s is merged and published, so you can move the project card to Done and close this issue if you’d like. Thanks!