-
I notice in the modules for the Facebook and Twitter logins, the call to AddFacebook or AddTwitter isn't made in the startup.cs, how are these schemes registered? I don't see them in the users module either. |
Beta Was this translation helpful? Give feedback.
Answered by
weirdyang
Jan 3, 2024
Replies: 1 comment 1 reply
-
Check the startup files. Eg. TwitterSigninStartup registers all the services needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks it is under the configuration files, not in startup.cs
OrchardCore/src/OrchardCore.Modules/OrchardCore.Twitter/Signin/Configuration/TwitterOptionsConfiguration.cs
Line 62 in 42837c9