Skip to content
Snippets Groups Projects
Commit 6bb007b3 authored by Pascal Osterwinter's avatar Pascal Osterwinter
Browse files

Merge branch 'refractor/1-Algorithm_field_in_jwk_example' into 'main'

Changed "alg" field in JWK example

See merge request !165
parents ed2c4333 3de2e0a7
No related branches found
No related tags found
1 merge request!165Changed "alg" field in JWK example
...@@ -357,7 +357,7 @@ $ curl -X GET \ ...@@ -357,7 +357,7 @@ $ curl -X GET \
], ],
"x5t": "MTg6NTU6RUY6ME...MEM6QzM6ODQ6QjA6MkE6RkMK", "x5t": "MTg6NTU6RUY6ME...MEM6QzM6ODQ6QjA6MkE6RkMK",
"kid": "787f3a1c-7da7-44d7-9b79-9783b1ea9be8", "kid": "787f3a1c-7da7-44d7-9b79-9783b1ea9be8",
"alg": "RSA-OAEP-256", "alg": "PS512",
"n": "sX2DX7rG5BoJd23...FlxHZt8T6ZqjRa1QcFnkq3_M4-tk" "n": "sX2DX7rG5BoJd23...FlxHZt8T6ZqjRa1QcFnkq3_M4-tk"
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment