diff --git a/pom.xml b/pom.xml index f4e80ba..47b5500 100644 --- a/pom.xml +++ b/pom.xml @@ -57,11 +57,6 @@ javax.servlet-api 3.0.1 - - eu.dnetlib - uoa-user-management - 2.0.0-SNAPSHOT - org.springframework.security spring-security-core diff --git a/src/main/webapp/registerService.jsp b/src/main/webapp/registerService.jsp index 4533c42..dbdcfb5 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('Basic Security level hint'); + $("#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('Advanced Security level hint'); + $("#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 abea2d8..dcba87a 100644 --- a/src/main/webapp/registeredServices.jsp +++ b/src/main/webapp/registeredServices.jsp @@ -83,7 +83,7 @@
  • Name
    -
    Service Id
    +
    Client Id
    Creation Date
    Actions
    @@ -140,7 +140,7 @@