Post

OAuth Using Angular

This post describes the implementation of OAuth protocol in Angular applications using MSAL library.

OAuth Using Angular

Angular

Angular is modern frontend application development framework which helps in building highly scalable, performant, secure and resilient applications. It is full package of features that you can choose to developed a enterprise grade system.

For any enterprise grade application security is one of the major concern. Angular as a framework is extensible and can integrate variety of security protocols. This is enabled through inbuilt security features and wide range of third party components for speacilised protocols.

One such protocol that we are going to explore is OAuth.

What is OAuth

Implementting OAuth in Angular

MSAL

Code Sample

Conclusion

This post is licensed under CC BY 4.0 by the author.