diff --git a/src/main/resources/eu/dnet/openaire/usermanagement/springContext-dnetOpenaireUsersService.properties b/src/main/resources/eu/dnet/openaire/usermanagement/springContext-dnetOpenaireUsersService.properties index eb5e129..8d0dff9 100644 --- a/src/main/resources/eu/dnet/openaire/usermanagement/springContext-dnetOpenaireUsersService.properties +++ b/src/main/resources/eu/dnet/openaire/usermanagement/springContext-dnetOpenaireUsersService.properties @@ -1,2 +1,8 @@ google.recaptcha.secret = 6LfYrU8UAAAAADwrbImPvDo_XcxEZvrkkgMy9yU0 -google.recaptcha.key = 6LfYrU8UAAAAAFsl3m2YhP1uavdmAdFEXBkoY_vd \ No newline at end of file +google.recaptcha.key = 6LfYrU8UAAAAAFsl3m2YhP1uavdmAdFEXBkoY_vd + +registry.issuer = https://openaire-dev.aai-dev.grnet.gr/registry +registry.user = user +registry.password = pass +registry.version = 1.0 +registry.coid = 2 diff --git a/src/main/webapp/overview.jsp b/src/main/webapp/overview.jsp index b47c9f2..103b1d7 100644 --- a/src/main/webapp/overview.jsp +++ b/src/main/webapp/overview.jsp @@ -44,10 +44,15 @@
The OpenAIRE APIs can be accessed over HTTPS both by authenticated and unauthenticated requests. To achieve better rate limits you need to make authenticated requests. -

For more information please read the documentation.

-
+
+ +
+ + For more information please read the OpenAIRE API Authentication documentation. +
+
@@ -62,6 +67,7 @@
+
diff --git a/src/main/webapp/personal.jsp b/src/main/webapp/personal.jsp index 5484e9b..caf7a7a 100644 --- a/src/main/webapp/personal.jsp +++ b/src/main/webapp/personal.jsp @@ -87,7 +87,7 @@ For further information on how to use the tokens please visit the - OpenAIRE API Authentication documentation. + OpenAIRE API Authentication documentation.
diff --git a/src/main/webapp/registerService.jsp b/src/main/webapp/registerService.jsp index dbdcfb5..aa716ea 100644 --- a/src/main/webapp/registerService.jsp +++ b/src/main/webapp/registerService.jsp @@ -220,10 +220,10 @@ function checkRadio() { var securityLevel = $('input[type=radio][name=security_level]:checked').val(); if(securityLevel === 'basic') { - $("#security-hint").html('Register your service to get a client id and a client secret. Use the client id and secret to make your requests. Read more...'); + $("#security-hint").html('Register your service to get a client id and a client secret. Use the client id and secret to make your requests. Read more...'); $("#public-key").hide(); } else { - $("#security-hint").html('Register your service to get a client id. Declare your public key and instead of using the client secret to make a request, send a client assertion (JWT) signed with your private key. Read more...'); + $("#security-hint").html('Register your service to get a client id. Declare your public key and instead of using the client secret to make a request, send a client assertion (JWT) signed with your private key. Read more...'); var keyType = $('input[type=radio][name=key_type]:checked').val(); $("#public-key").show(); if (keyType === 'uri') { diff --git a/src/main/webapp/registeredServices.jsp b/src/main/webapp/registeredServices.jsp index dcba87a..e2899de 100644 --- a/src/main/webapp/registeredServices.jsp +++ b/src/main/webapp/registeredServices.jsp @@ -45,9 +45,11 @@
${message}
-
+ +
- You can register up to 5 services. + You can register up to 5 services. + For more information please read the OpenAIRE API Authentication documentation.