Skip to content

Commit e505ee9

Browse files
committed
Updated README - added supported key formats
1 parent 586c14a commit e505ee9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ kumuluzee:
3737
issuer: http://example.org/auth
3838
```
3939
40+
The supplied public key can be in any of the following formats:
41+
42+
- PKCS#8 PEM
43+
- JWK
44+
- JWKS
45+
- Base64 URL encoded JWK
46+
- Base64 URL encoded JWKS
47+
4048
If, on the other hand, you use JWKS as a source for your verification keys then you instead provide following two
4149
configuration properties:
4250

0 commit comments

Comments
 (0)