MariaDB [testidpoidc]> select * from StorageRecords where context = "oidcClientInformation" limit 1\G; *************************** 1. row *************************** context: oidcClientInformation id: _0d6abed03a4b51fbd6170d7dc1d5c302 expires: NULL value: {"grant_types":["refresh_token","authorization_code"],"subject_type":"pairwise","application_type":"web","redirect_uris":["https:\/\/testsp-oidc.aai.dfn.de\/protected\/callback"],"token_endpoint_auth_method":"client_secret_basic","client_id":"_0d6abed03a4b51fbd6170d7dc1d5c302","client_secret_expires_at":0,"scope":"openid profile email","client_id_issued_at":1656398840,"client_secret":"_13ddb8d7b852b3cf323429f50bbc27d4","client_name":"testsp-oidc.aai.dfn.de","contacts":["hotline@aai.dfn.de"],"response_types":["code"],"id_token_signed_response_alg":"RS256"} version: 1 1 row in set (0.000 sec)