I have an AngularJS application. I want to implement OIDC Authorization Code Grant flow.
I first tried with the 'Okta Auth JavaScript SDK' library to integrate my application with Okta, and the integration was successful. Now, I need to implement authentication for other providers like ForgeRock and Azure AD. I'm seeking a generic library compatible with AngularJS, incorporating modern security best practices such as the PKCE extension. Could someone please assist me in finding such a library?
Few I have used in past:
oidc-client-ts:
Angular-oauth2-oidc: