You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// In version 2.1, the "External Authentication" feature was introduced, necessitating the relocation of all external authentication actions to a new controller.
/// To maintain backward compatibility, this filter was added to automatically redirect requests from the old path to the new path, ensuring existing users were not impacted.
///
/// In version 3.0, this filter should be removed. The following note should be included in the 3.0.0 release notes:
///
/// ## Breaking Changes
/// ### Login View Update
/// The `ExternalLogin` action has been removed from the `Account` controller.
/// If you are using a custom `Login.cshtml` view or `Login` template, please update the external login form action.
/// As of this update, the `ExternalLogin` action has been relocated to the `ExternalAuthentications` controller.
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
Remove this
https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Modules/OrchardCore.Users/Controllers/AccountController.cs#L259-L269
also this
OrchardCore/src/OrchardCore.Modules/OrchardCore.Users/Services/ExternalAuthenticationsStartupFilter.cs
Lines 9 to 44 in 4adf49b
The text was updated successfully, but these errors were encountered: