infa-identity
v0.0.15
Published
Adds client authorization for applications managed within the INFA-IdentityServer.
Downloads
12
Readme
#INFA-Identity
Installation
{ provide: IdentityClient, useValue: {
id: <client_id>,
secret: <client_secret>,
idServerUrl: <identity_server_url>,
offlineAccess: true
}
If you use IdentityAuthenticationGuard
you can additionally inject loginRoute
as a string to automatically route the application to the login page whenever the access token is missing or expired.