{"id":21615009,"url":"https://github.com/eea/eea.keycloak-eulogin","last_synced_at":"2025-04-11T06:54:40.126Z","repository":{"id":44544640,"uuid":"235807030","full_name":"eea/eea.keycloak-eulogin","owner":"eea","description":"Keycloak CAS plugin for EULogin","archived":false,"fork":false,"pushed_at":"2023-03-01T17:39:44.000Z","size":773,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T04:51:14.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-01-23T14:04:27.000Z","updated_at":"2023-10-31T13:54:22.000Z","dependencies_parsed_at":"2024-11-24T22:10:20.184Z","dependency_job_id":"c6671b9d-4b1c-4c98-b8ea-11804a06cf3c","html_url":"https://github.com/eea/eea.keycloak-eulogin","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/eea%2Feea.keycloak-eulogin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.keycloak-eulogin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.keycloak-eulogin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.keycloak-eulogin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eea","download_url":"https://codeload.github.com/eea/eea.keycloak-eulogin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358555,"owners_count":21090402,"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-11-24T22:10:16.576Z","updated_at":"2025-04-11T06:54:40.110Z","avatar_url":"https://github.com/eea.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eea.keycloak-eulogin\nKeycloak CAS plugin for EULogin\n\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.johnjcool/keycloak-cas-services/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.johnjcool/keycloak-cas-services) [![Build Status](https://travis-ci.com/johnjcool/keycloak-cas-services.svg?branch=master)](https://travis-ci.com/johnjcool/keycloak-cas-services) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=alert_status)](https://sonarcloud.io/dashboard/index/io.github.johnjcool%3Akeycloak-cas-services) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=coverage)](https://sonarcloud.io/component_measures?id=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=coverage) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=bugs)](https://sonarcloud.io/component_measures?id=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=bugs) [![Code smells](https://sonarcloud.io/api/project_badges/measure?project=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=code_smells)](https://sonarcloud.io/component_measures?id=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=code_smells) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=security_rating)](https://sonarcloud.io/component_measures?id=io.github.johnjcool%3Akeycloak-cas-services\u0026metric=security_rating)\n\nKeycloak CAS Services\n=====================\n\nUsing as maven dependency\n-------------------------\nYou can use this module as dependency in your own modules.\n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003eio.github.johnjcool\u003c/groupId\u003e\n\t\u003cartifactId\u003ekeycloak-cas-services\u003c/artifactId\u003e\n\t\u003cversion\u003e4.8.3.Final\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nManual Deployment\n-----------------\n1. Download keycloak version from [https://www.keycloak.org/](https://www.keycloak.org/)\n2. Download corresponding keycloak-cas-services version from [maven central](https://search.maven.org/search?q=g:io.github.johnjcool%20AND%20a:keycloak-cas-services\u0026core=gav)\n3. Copy keycloak-cas-services-\u003cVERSION\u003e.jar to ```\u003cKEYCLOAK_INSTALLATION_DIR\u003e/standalone/deployments```\n4. Start keycloak with ```\u003cKEYCLOAK_INSTALLATION_DIR\u003e/bin/standalone.\u003csh|bat\u003e```\n5. Navigate to [http://localhost:8080](http://localhost:8080) and create an admin account\n\nUsing docker image\n------------------\nStart ready to use docker image:\n```sh\ndocker run -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=xxxxxx johnjcool/keycloak-cas\n```\n\nCentral Authentication Service Configuration\n--------------------------------------------\n1. Navigate to [http://localhost:8080/auth/admin](http://localhost:8080/auth/admin)\n2. Login with your admin credentials \u003cimg src=\"/docs/resources/26-09-2018 20-05-47.png\"\u003e\n3. Navigate to Themes **Important!!! You have to do this on master realm** \u003cimg src=\"/docs/resources/26-09-2018 20-05-59.png\"\u003e\n4. Switch Admin Console Theme to keycloak-extended\n5. Signout\n6. Login with your admin credentials\n7. Navigate to Identity Providers \u003cimg src=\"/docs/resources/26-09-2018 20-06-21.png\"\u003e\n8. Add provider CAS\n9. Configure CAS provider \u003cimg src=\"/docs/resources/26-09-2018 20-07-15.png\"\u003e\n10. Click Save\n11. Navigate to Mappers to get Attributes from CAS \u003cimg src=\"/docs/resources/26-09-2018 20-07-44.png\"\u003e\n12. Configure Attribute Mapper for email, firstName, lastName \u003cimg src=\"/docs/resources/26-09-2018 20-08-04.png\"\u003e \u003cimg src=\"/docs/resources/26-09-2018 20-08-54.png\"\u003e\n13. Signout and Central Authentication Service should be available \u003cimg src=\"/docs/resources/26-09-2018 19-40-25.png\"\u003e\n\nOptional Central Authentication Service Configuration\n--------------------------------------------\n1. Login with your admin credentials \u003cimg src=\"/docs/resources/26-09-2018 20-05-47.png\"\u003e\n2. Navigate to Authetication \n3. Click on Actions/Config for Identity Provider Redirector \u003cimg src=\"/docs/resources/26-09-2018 20-09-49.png\"\u003e\n4. Set Alias and Default Identiy Provider to ```cas``` \u003cimg src=\"/docs/resources/26-09-2018 20-10-05.png\"\u003e\n5. Signout and now you are automatically redirected to CAS for Login\n\n\n**Have fun!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Feea.keycloak-eulogin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feea%2Feea.keycloak-eulogin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Feea.keycloak-eulogin/lists"}