oidc-lib
Version:
A library for creating OIDC Service Providers
15 lines (11 loc) • 362 B
JavaScript
/*!
* Copyright (c) 2020 Digital Bazaar, Inc. All rights reserved.
*/
/**
* Simple config file (to help test against local instances of authn.io, local
* wallets, etc).
*/
const MEDIATOR = 'https://beta.authn.io/mediator' + '?origin=' +
encodeURIComponent(window.location.origin);
const WALLET_LOCATION = '/personal/chapi/';