Skip to content

Instantly share code, notes, and snippets.

View kaanoguzhan's full-sized avatar
🚀
Focusing⠀🚀

Kaan Oguzhan kaanoguzhan

🚀
Focusing⠀🚀
View GitHub Profile
@kaanoguzhan
kaanoguzhan / app.py
Last active August 16, 2021 13:44 — forked from thomasdarimont/app.py
Simple python example using flask, flask_oidc and keycloak
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Forked from https://gist.github.com/thomasdarimont/145dc9aa857b831ff2eff221b79d179a #
# Credits: https://gist.github.com/thomasdarimont #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Adapted the original code to Python3
import json
import logging