{"id":22870288,"url":"https://github.com/dadav/flask-with-keycloak","last_synced_at":"2025-03-31T11:26:12.047Z","repository":{"id":106606091,"uuid":"477126125","full_name":"dadav/flask-with-keycloak","owner":"dadav","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-03T10:18:36.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T16:58:41.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dadav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-02T17:33:06.000Z","updated_at":"2023-03-05T08:09:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"48bf40c9-7433-4dc4-9e16-a5d6dfc734d7","html_url":"https://github.com/dadav/flask-with-keycloak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fflask-with-keycloak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fflask-with-keycloak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fflask-with-keycloak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fflask-with-keycloak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadav","download_url":"https://codeload.github.com/dadav/flask-with-keycloak/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460314,"owners_count":20781090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T13:14:25.219Z","updated_at":"2025-03-31T11:26:12.042Z","avatar_url":"https://github.com/dadav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authlib with keycloak\n\n## how to run this\n\n```bash\n# start keycloak\npodman run --rm -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:17.0.1 start-dev\n\n# create a realm and export the variable\n# example: realm=demo\nKEYCLOAK_ISSUER=\"http://localhost:8080/realms/demo\"\n\n# create a client\n# example: flaskapp\nKEYCLOAK_CLIENTID=flaskapp\n# set it to confidental, click on the authorization tab and export the variable\nKEYCLOAK_SECRET=$secret\n# set the redirection url to http://localhost:5000/callback\n\n# and don't forget to set the registration of the realm to true, so you can\n# create users\n# additional: create a admin role and asign it to one user\n\n# now just run the app\nsource ./venv/bin/activate\nflask run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadav%2Fflask-with-keycloak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadav%2Fflask-with-keycloak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadav%2Fflask-with-keycloak/lists"}