Base solution for your next web application
Open Closed

IdentityFramework - How to? #2862


User avatar
0
bilalhaidar created

Hello, Is it possible to make use of the IdentityFramework in my custom code? Or is it bound specifically for User Management?

Thanks Bilal


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Normally you can use it, there is no restriction. How do you want to use it ?

  • User Avatar
    0
    bilalhaidar created

    In one of the cases, every Tenant would define some fields to be Displayed(Yes/No) and Required(Yes/No).

    So I will be doing server-side and client-side checkings based on those records stored in the database. Hence, I need to do validation and return results.

    I thought of using the IdentityFramework. Is it meant for such thing or for something else?

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    IdentityFramework is not for that I think. You need to implement it by yourself.

  • User Avatar
    0
    bilalhaidar created

    What is it for then :)

  • User Avatar
    0
    ismcagdas created
    Support Team

    İt is a membership system, you can read more about it here <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity">https://docs.microsoft.com/en-us/aspnet ... n/identity</a>.

    Please let me know if I understand you wrong.

    Thanks.

  • User Avatar
    0
    bilalhaidar created

    Thanks