Using Orchard core Open ID as server and as client #7023
Replies: 2 comments 3 replies
-
From my point of view, you could enable OpenID server feature on 'server' and create an application for each one of the local instances. On each local instance you should enable OpenID server feature and OpenID client feature, configure client feature to authenticate against 'server' and users feature to use the external users only. Define a map between the roles of 'server' and 'client'. Then you can request data from 'local' after authenticating, by using an application in OpenID connect and an appropriate flow for each one of your clients. You could check the Use Azure AD as an external identity provider guide how to configure an External Provider and map roles to local users |
Beta Was this translation helpful? Give feedback.
-
Hi @vitalybrandes , You can refer to this repository https://github.com/OrchardSkills/OrchardSkills.OrchardCore.OIDC.Vue.js |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am building complex project for Industrial.
Part of the project based on orchard core.
My plan is to run server with orchard core in cloud, and container with orchard core as local service. (On PC)
The idea to use OPEN ID in both places.
The "Client" connect "Server" using Open ID and create user in Local , "Client environment".
3TH side application (Wpf, core, js whatever) will authenticate with the "Local" Orchard core for some data via Graphql or API.
Can i do that? If yes, any HELP with how to use Open ID client in orchard.
Any other solution, something that maybe i miss?
@kevinchalet I am sure you can say something about? ;-) , please....
Beta Was this translation helpful? Give feedback.
All reactions