Glossary

Glossary
Computer keyboard - Photo by Pixabay: https://www.pexels.com/photo/alphabets-close-up-computer-connection-532173/
The glossary contains terms that are commonly used throughout the documentation.

Access Token

This represents and enables authorized access to data provided by an OAuth 2.0-based API.

Must be kept confidential.

When an Access Token becomes invalid or expires, a new Access Token can be obtained via a Refresh Token.

Account

An account refers to one of a user’s banking accounts (including types such as Checking, Savings, and Loans).

API

This acronym refers to an application programming interface.

Cards

Within the context of plugins: These are UI summary views that are displayed using a card-like visual metaphor on the dashboard for Banno’s built-in features as well as plugins.

Within the context of APIs: These refer to credit cards or debit cards.

Confidential Client

Confidential Clients are OAuth clients that can keep their API credentials secret (e.g. secure servers).

Core

A banking system that provides basic functionality (including general ledger, transactions, and transfers) for financial institutions.

Dashboard

This is the primary UI that a user typically sees when they use Banno Online & Mobile. This contains a set of UI summary cards which includes Banno’s built-in features as well as plugins.

Financial Institution

A bank or credit union.

Identity Token

This represents authenticated identity information about a user in an OpenID Connect-based API.

JSON

This acronym refers to JavaScript Object Notation, the data-interchange format used in the API.

OAuth

The OAuth 2.0 industry standard allows users to delegate scoped access to third parties who wish to act on the user’s behalf.

OpenID Connect (OIDC)

The OpenID Connect (OIDC) industry standard is an identity layer built on top of OAuth 2.0 that provides authenticated information about the user to third party apps.

PKCE (Proof Key for Code Exchange)

PKCE (pronounced ‘pixie’) is an extension that adds additional security to the OAuth2 authorization code flow.

Plugins

These are web apps that can be configured to display as cards in a user’s dashboard in Banno Online & Mobile. An optional primary action leads users to full screen webviews.

Sometimes referenced in the developer community by the informal words “card/cards” or “tile/tiles”, but the correct terms are “plugin/plugins”.

Public Client

Public Clients are OAuth clients that are incapable of keeping their API credentials secret (e.g. mobile apps or Single-page applications (SPA)).

Refresh Token

A Refresh Token is a credential used to obtain a new Access Token per the RFC.

REST

This acronym refers to Representational state transfer, the software architectural style used by the API.

Tiles

See plugins.


Have a Question?
Have a how-to question? Seeing a weird error? Get help on StackOverflow.
Register for the Digital Toolkit Meetup where we answer technical Q&A from the audience.
Last updated Tue Dec 13 2022