zhontai / Admin.Core

中台Admin前后端分离的权限管理系统。支持多租户、数据权限、动态Api、任务调度、OSS文件上传、滑块拼图验证、国内外主流数据库自由切换和动态高级查询。基于.Net跨平台开发的WebApi。集成统一认证授权、事件总线、数据验证、分布式缓存、分布式事务、Ip限流、全Api鉴权、集成测试、性能分析、健康检查、接口文档等。
https://admin.zhontai.net
MIT License
1.31k stars 313 forks source link

#help wanted: Could you please add the login functionality using IdentityServer 4? #87

Open mrreddevil2412 opened 1 month ago

mrreddevil2412 commented 1 month ago

Hello,

I have been interested in your framework for a long time, and I really like your project! Currently, I am working with ASP.NET 6 using MVC and IdentityServer4 for login. Now, I want to switch to using Vue. I am just starting to learn Vue and would like to use your project and integrate IdentityServer4 login.

I would greatly appreciate it if you could create a project with such login functionality. Thank you very much!

zhontai commented 1 month ago

I am considering using OpenIddict to replace IdentityServer4 for Single Sign-On (SSO) functionality.

mrreddevil2412 commented 1 month ago

I am considering using OpenIddict to replace IdentityServer4 for Single Sign-On (SSO) functionality.

Thank you very much for your encouragement! Currently, I'm using this project for many web applications with single sign-on (SSO). If possible, I hope you will consider using this technology, or do you have a guide to change the login and token management for users? Thank you very much for what you have shared. With love from Vietnam. I'm using this project https://github.com/skoruba/Duende.IdentityServer.Admin/tree/main/src/Skoruba.Duende.IdentityServer.STS.Identity

padixa commented 1 month ago

Hi, do you want use Admin.Core be the server for authentication server or you just need to use the other authentication server to login Admin.Core? The reason why I'm asking this because it already include so much role and user namanment feature, and recently I'm really hope it could allow some other platform could loing based on the users in Admin.Core, like if you have a user already registered in Admin.Core, then you could login Jenkins by this user.

mrreddevil2412 commented 1 month ago

Hi, do you want use Admin.Core be the server for authentication server or you just need to use the other authentication server to login Admin.Core? The reason why I'm asking this because it already include so much role and user namanment feature, and recently I'm really hope it could allow some other platform could loing based on the users in Admin.Core, like if you have a user already registered in Admin.Core, then you could login Jenkins by this user.

First of all, thank you for your great question! Now that I have an authentication and user identification system for many of the applications in my small ecosystem, I want to use it to log into admin.core use vuejs

padixa commented 1 month ago

Ha...looks like we want exactly the opposite. @zhontai 它可能要类似于使用微信来登陆Admin.Core的功能, 而我要的是做一个鉴权服务器来登陆其他平台.

mrreddevil2412 commented 1 month ago

Ha...looks like we want exactly the opposite. @zhontai 它可能要类似于使用微信来登陆Admin.Core的功能, 而我要的是做一个鉴权服务器来登陆其他平台.

What's? I don't get what you mean?

mrreddevil2412 commented 1 month ago

@zhontai @padixa

Can you guide me on how to log in using IDS4 on the admin.core.vue3 project?