angular-auth-oidc-client
Advanced tools
Changelog
2022-04-18 14.0.0
In this version the APP_INITIALIZER was removed. (See PR). The library will not do anything until the application interact with it. There is no pre-loading of anything and it does not affect your application's bootstrapping process at all. You can however explicitly preload the secure token server well-known endpoints with a new method called preloadAuthWellKnownDocument(). As a side effect because the config has to be loaded first, a lot of APIs become reactive and return an Observable now.
See the migration guide.
Changelog
2021-07-04 Version 12.0.0
Configuration via forRoot(...) method
Remove the "AuthorizedState" enum in Version 12
Use a different key than redirect to store redirect route when using autologin
Returnvalue of loginwithpopup and login should be the same
How to provide client id during logoff
urlHandler callback function parameter in LogoffRevocationService.logoff does nothing
Convert all instances of "Authorized" to "Authenticated"
Support for multiple APIs with unique scopes
Multiple access tokens for the same client_id but different scopes
Is there a silent renew event?
Angular 12 Support
Add configuration to disable or enable id_token expired check
Support for Azure B2C multiple policies
Improve AutoLoginSample
Accessing AuthResult response object
Rename stsServer
configuration parameter to authority
Only one returntype (object) when subscribing to isAuthenticated and user data to avoid confusion.