3
Answers

Is using Identity a waste of time?

I am currently dubious about microsoft Identity will it be hindering in the long run, when it comes to to building large applications?

Answers (3)

1
Photo of Dennis J Gordon
NA 199 2k 1y

One thing i have just noticed compared to other frame works, it would be extremely difficullt to randomly hack a claim based admin section.

1
Photo of Dennis J Gordon
NA 199 2k 1y

It is not posting my reply.

1
Photo of Tahir Ansari
258 7.6k 231.2k 1y

Using an identity management system, like Microsoft Identity or any other authentication solution, is g

1. Security: Identity management systems provide secure authentication and authorization mechanisms, protecting your application and its data from unauthorized access and potential cyber threats.

2. User Experience: Implementing an identity system can enhance the user experience by enabling single sign-on (SSO) across multiple services, reducing the need for users to remember multiple usernames and passwords.

3. Scalability: Identity management solutions are designed to handle a large number of users and scale with the growth of your application.

4. Integration: Many identity management systems offer easy integration with various third-party services and platforms, streamlining the development process and reducing development time.

5. Compliance: Implementing an identity system can help your application comply with data protection regulations and industry standards, ensuring user data is handled appropriately.

the choice of the identity management system depends on your application's specific needs, budget, and development requirements. Properly configuring and managing the identity system is essential for its successful implementation.

Overall, using an identity management system is a valuable practice for large applications to enhance security, user experience, and overall application functionality.