Platformus / Platformus

Platformus is free, open source, and cross-platform developer-friendly CMS based on ASP.NET Core, ExtCore framework, and Magicalizer
https://platformus.net/
Other
482 stars 128 forks source link

ASP.NET Core Identity Integration? #208

Closed vector-man closed 5 years ago

vector-man commented 5 years ago

Hello,

Just discovered your CMS. I want an option open for using another Identity provider in admin and user management. Is there any support for the new ASP.NET Core Identity libraries? https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-2.2&tabs=visual-studio

DmitrySikorsky commented 5 years ago

Hi,

Not yet. I decided that Identity is too complicated and its default User objects contains a lot of functionallity I don't need, so I decided to go with the own simple implementation. It uses the built in ASP.NET Core auth methods, so it is fully integrated in the standard flow.

vector-man commented 5 years ago

Thanks for the answer! Will definitely use the CMS anyway and try to get Identity in later. Was trying to get this integrated https://github.com/aws/aws-aspnet-cognito-identity-provider

Any idea on if/when you might have support available?

DmitrySikorsky commented 5 years ago

I think it should support OAuth, Saml etc. But I think these are tasks for the future.