Content aside
Category actions
To ensure system security and to provide a tailored user experience, applications perform user authentication and authorization, matching a user to users in a registered users database and applying assigned profiles.
To ensure system security and to provide a tailored user experience, applications perform user authentication and authorization, matching a user to users in a registered users database and applying…
Most web server implementations include a built-in authentication layer that, when enabled, manages user authentication and authorization. Users logging in to LogicNets-based applications only gain…
Description LogicNets integrates the OAUTH 2.0/OpenID connection authentication framework, which is widely adopted and supported by many identity providers. LogicNets supports all OAuth 2.…
The LogicNets ID token is a JWT token that is compliant with the OpenID Connect specification. The LogicNets access token is also a JWT token. However, a client handles the access token as an opaque…
A LogicNets instance is configured to use only local accounts by default. However, you can also configure one or more external/remote IdPs for authentication.…
The following links provide helpful additional information on user authentication and authorization.…