Open ivan-cukic opened 2 months ago
N.B. most of the work should be tackled in opencmw-cpp. GNU Radio is secured via the OpenCMW service property as entry points but does internally not need to be changed.
There may be some follow-up w.r.t. the UI integration/client in OpenDigitizer.
Some addendums from the meeting:
{
"role1": [
{
"uuid": "UUID_1",
"publicKey": "PUBLIC_KEY_1_DATA",
"expiresAt": "2024-12-31T23:59:59Z"
},
{
"uuid": "UUID_3849384",
"publicKey": "PUBLIC_KEY_2_DATA",
"expiresAt": "2025-06-30T23:59:59Z"
}
],
"role2": [
{
"uuid": "UUID_3284938",
"publicKey": "PUBLIC_KEY_3_DATA",
"expiresAt": "2024-11-30T23:59:59Z"
}
]
}
state
field of the OAuth request, which will be included in the callback from the OAuth compliant implementation (at the moment, read: Keycloak).