Skip to content

Instantly share code, notes, and snippets.

@bernhardjt
bernhardjt / index.js
Last active August 23, 2020 11:59
medium blog
...
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']
...
@bernhardjt
bernhardjt / event_auth_cookie.json
Created August 22, 2020 15:34
cloudfront-authorization-at-edge-keycloak