0.1.0 • Published 6 years ago

insomnia-plugin-oidc-plus4u-new v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

This Insomnia plugin enables easy authentication againsts https://oidc.plus4.net.

Changelog

Installation

You can either install the plugin from https://www.npmjs.com/package/insomnia-plugin-oidc-plus4u or you can clone the git repository to Insomnia plugin folder. You can find more information at https://support.insomnia.rest/article/26-plugins.

Update

Just install plugin again. New version replaces the old version.

How to use ?

The plugin register Template Tag with name "Token from oidc.plus4u.net". You can use this template tag anywhere you can use environment variable (even in the environment configuration). In tag configuration you can specify choose to prompt for access codes or specify the accessCode1 and accessCode2 (and you also see obtained token in the Live preview). Prompting for access codes is realiazed via password inputs, so nobody will see your acess codes. Please note that access codes specified in the configuration are stored in wokrspace as plain text.

Features

  • easy Insomnia authentication against https://oidc.plus4.net
  • support of multiple identites (credentials can be configured for each use of the template tag)
  • cache (all valid tokens are cached, the TTL is 10 minutes)

Limitations

  • if you specify access codes in configuration, your login information is part of insomnia configuration in plain text (so never share the workspace with this plugin to other people). It is recommended that you use this template tag only in environment variables and you clear the environment before sharing