-
What I need is, users can register and login via their linkedin account. Is it supported in OC? |
Beta Was this translation helpful? Give feedback.
Answered by
hishamco
Sep 30, 2022
Replies: 2 comments
-
It's not supported OOB but you implement your custom module for doing that, please check other authentication providers for more info |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
orchardc
-
OC supports OpenId client https://docs.orchardcore.net/en/dev/docs/reference/modules/OpenId/#oidc-client Using that you can connect to any external identity provider that supports OpenId |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not supported OOB but you implement your custom module for doing that, please check other authentication providers for more info