List of available features

Feature Description
OIDC Clients Management
(Authentication Required)
Create and update OIDC Clients. Show and manage OIDC sessions with Keyclock, including Auth token, access token, refresh token. View, revoke and close sessions by user and apps.
Generic Echo HTML Function Returns all the content received in the headers, URL, and body in an HTML table, also displaying the available information about the requester, and the timestamp of the request..
Generic Echo JSON Function Returns all the content received in the headers, URL, and body as a JSON, also displaying the available information about the requester, and the timestamp of the request..
View List of Last Echos
(Authentication Required)
Show a list of the last (100 max) users connection parameters including headers, body, url, and method.
Base 64 Encoding/Decoding Encode and decode to and from base64 encoding scheme. This works for text-only contents.
Feature includes pasting-auto-encode/decode, file upload, file download, copy result.
Base 64 File Encoding Upload any file and it will be base64-encoded. You can then copy the encoded text
File can be text-only, or any binary tipe like image, pdf, zip, etc.
Base 64 File Decoding Paste any base64-encoded file and it will be converted back to its original content.
The algorithm tries to determine the proper extension of the decoded file and you can then download it. File types include jpg, png, pdf, gif, zip, among many others
JWT Decoding Decode a JWT encoded text.
Formatter shows it in a readable JSON format.
URL Enconde/Decode Input a raw URL readable string. Encoder displays it in predefined encoded text format
Input an encoded URL, Decoder converts it to raw URL readable format
JSON Web Token Builder Build a JWT from standard and additional claims
You can select the key size and encoding algorithm to use
XML and JSON prettify Input an XML-formatted raw string. Formatter shows it in a readable format
Input a JSON-formatted raw string. Formatter shows it in a readable format
Epoch Time Conversions Convert to and from human readable times to Epoch Times
Show times in different formats
Smart Launch Client (id) from Server Server sends pre authorized credentials to client, client requests access token. Client gets permission to access healthcare data related to a patient.
Endpoints:
/.well-known/smart-configuration: Obtain launch context and request authorization to access FHIR resources
/authorize: To proceed with a launch, the app constructs a request for an authorization code.
/client: Register client.
/token: After obtaining an authorization code, the app trades the code for an access token.
Smart Launch from Client Client requests authentication to server. Server sends auth code to client, client requests access token.
Client get permission to access healthcare data related to a patient.
Endpoints:
/callback: Request for an authorization code.
Smart On Fhir Client Management
(Authentication Required)
Smart On Fhir Clients List.
Smart On Fhir Clients Creation.
Smart On Fhir Clients Edition.