From ec099315c62cf6c34bcdf13186d96de254029ae8 Mon Sep 17 00:00:00 2001 From: amontenegro Date: Sat, 31 Aug 2024 11:22:31 -0600 Subject: [PATCH] Storing the spring security request id, still not sure why we need it and how we will use it --- ...oauth2_authoriziation_code_detail_improvements.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/orcid-persistence/src/main/resources/db/updates/oauth2_authoriziation_code_detail_improvements.xml b/orcid-persistence/src/main/resources/db/updates/oauth2_authoriziation_code_detail_improvements.xml index 7fc3fc5b27..385bde62d3 100644 --- a/orcid-persistence/src/main/resources/db/updates/oauth2_authoriziation_code_detail_improvements.xml +++ b/orcid-persistence/src/main/resources/db/updates/oauth2_authoriziation_code_detail_improvements.xml @@ -46,4 +46,15 @@ + + + + + + + + + + + \ No newline at end of file