oada-lookup
Version:
JavaScript utility library to lookup OADA documents such as Well-Known (RFC 5785) resource, e.g., oada-configuration, openid-configuration, etc, and public OADA client registrations
27 lines (26 loc) • 662 B
JSON
{
"clientId": "123@oada.local",
"redirectURLs": [
"http://oada.other/redirect",
"http://oada.other/redirect2"
],
"licenses": [
{
"id": "oada-1.0",
"name": "OADA Fictitious Agreement v1.0"
}
],
"keys": [
{
"kty": "RSA",
"use": "sig",
"alg": "RS256",
"kid": "nc63dhaSdd82w32udx6v",
"n": "AKj8uuRIHMaq-EJVf2d1QoB1DSvFvYQ3Xa1gvVxaXgxDiF9-Dh7bO5f0VotrYD05MqvY9X_zxF_ioceCh3_rwjNFVRxNnnIfGx8ooOO-1f4SZkHE-mbhFOe0WFXJqt5PPSL5ZRYbmZKGUrQWvRRy_KwBHZDzD51b0-rCjlqiFh6N",
"e": "AQAB"
}
],
"name": "OADA test",
"contact": "info@oada.other",
"puc": "https://oada.other/puc.html"
}