Skip to content

6. Terminology

maxmantz edited this page May 29, 2016 · 4 revisions

These terms are used throughout this documentation:

  • Actions: plain redux actions.

  • Middleware: redux middleware.

  • OIDC provider / token service: not to be confused with the component OidcProvider, this is the external OIDC provider your app uses to authenticate (Google, eBay, IdentityServer etc.)

  • UserManager: the UserManager from the oidc-client-js library.

  • Callback: the callback from the OIDC provider delivering user information back to the app after successful login.

Clone this wiki locally