Replies: 3 comments 1 reply
-
@giannik how would your app be aware of the logged in user? User is needed to create the identity which it's used to authenticate against. Also, the current implementation of identity, stored the external login provider under the registered user. So one user could be authenticated using multiple external providers. |
Beta Was this translation helpful? Give feedback.
-
@MikeAlhayek i want to create wizard like registration form from the default tenant , authenticate through google , capture the user info, and then create a new tenant with the user info on the new tenant. does it make sense? |
Beta Was this translation helpful? Give feedback.
-
ok , Ill rethink it. |
Beta Was this translation helpful? Give feedback.
-
Looking at the new external authentication feature(#16721) I'm wondering if I can use external authentication as a service without creating the user.
In my custom module I would like to authenticate using an external provider but not create the orchard user automatically. Just get the authentication result from the external provider and use that information elsewhere. I guess I could just copy in my own controller the code to call the external authentication provider and handle the result eg :
@MikeAlhayek Do you find this approach reasonable?
Beta Was this translation helpful? Give feedback.
All reactions