diff --git a/src/app/forms/service_discovery.html b/src/app/forms/service_discovery.html index f6166aa..e964999 100644 --- a/src/app/forms/service_discovery.html +++ b/src/app/forms/service_discovery.html @@ -4,5 +4,3 @@
- - diff --git a/src/app/middlewares/jose_validator.html b/src/app/middlewares/jose_validator.html index 4251543..477da7e 100644 --- a/src/app/middlewares/jose_validator.html +++ b/src/app/middlewares/jose_validator.html @@ -12,13 +12,8 @@

Enable to validate JWT tokens

+

Only the algorithm and the location of your jwk are mandatory fields.

-
- - - The URL to your JWK endpoint with the set of public keys used to verify the - authenticity of JWT -
Digital signatures and MACs algorithm
+
+ + + The URL to your JWK endpoint with the set of public keys used to verify the + authenticity of JWT +
+ +
+
+
+ + + List of all (or any) scopes that the user should have to access this endpoint. Space separated. +
+
+ + +
+
+ + + The key name where the scopes can be found. The key can be a nested object using the . dot notation, e.g.: data.data2.scopes +
+