Last active
August 23, 2020 11:59
-
-
Save bernhardjt/5549fc8cf933bc1a963e37a056200fcd to your computer and use it in GitHub Desktop.
medium blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
const publicKEY = ` | |
-----BEGIN PUBLIC KEY----- | |
MIIB***** | |
-----END PUBLIC KEY-----`; | |
const issuer_url = 'https://login.example.com/auth/realms/realmexample' | |
const client_name = 'mypage' | |
const allow_algorithms = ['RS256'] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment