{"id":28414428,"url":"https://github.com/sismics/play-cas","last_synced_at":"2025-06-25T06:32:24.098Z","repository":{"id":69126279,"uuid":"173090253","full_name":"sismics/play-cas","owner":"sismics","description":"This module adds CAS support to Play! Framework 1 applications.","archived":false,"fork":false,"pushed_at":"2024-09-17T17:18:54.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-17T21:39:20.221Z","etag":null,"topics":["authentication","cas","module","play","play-framework","sso"],"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/sismics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2019-02-28T10:19:44.000Z","updated_at":"2024-09-17T17:18:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bf774d9-c50e-4dec-9e22-b860849e9b46","html_url":"https://github.com/sismics/play-cas","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sismics%2Fplay-cas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sismics%2Fplay-cas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sismics%2Fplay-cas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sismics%2Fplay-cas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sismics","download_url":"https://codeload.github.com/sismics/play-cas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sismics%2Fplay-cas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":257708832,"owners_count":22589354,"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":["authentication","cas","module","play","play-framework","sso"],"created_at":"2025-06-03T08:15:21.780Z","updated_at":"2025-06-25T06:32:24.085Z","avatar_url":"https://github.com/sismics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub release](https://img.shields.io/github/release/sismics/play-cas.svg?style=flat-square)](https://github.com/sismics/play-cas/releases/latest)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# play-cas plugin\n\nThis plugin adds [CAS](https://en.wikipedia.org/wiki/Central_Authentication_Service) support to Play! Framework 1 applications.\n\n# Features\n\n# How to use\n\n####  Add the dependency to your `dependencies.yml` file\n\n```\nrequire:\n    - cas -\u003e cas 1.4.0\n\nrepositories:\n    - sismicsNexusRaw:\n        type: http\n        artifact: \"https://nexus.sismics.com/repository/sismics/[module]-[revision].zip\"\n        contains:\n            - cas -\u003e *\n\n```\n####  Set configuration parameters\n\nAdd the following parameters to **application.conf**:\n\n```\n# CAS configuration\n# ~~~~~~~~~~~~~~~~~~~~\ncas.mock=false\ncas.url=https://cas.example.com/cas\ncas.service=http://service.example.com/login\n```\n####  Validate your ticket\n\n```\nString login = Cas.get().getValidationService().validate(ticket);\n```\n\n####  Mock the CAS server in dev\n\nWe recommand to mock CAS in development mode and test profile.\n\nUse the following configuration parameter:\n\n```\ncas.mock=true\n```\n\n# License\n\nThis software is released under the terms of the Apache License, Version 2.0. See `LICENSE` for more\ninformation or see \u003chttps://opensource.org/licenses/Apache-2.0\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsismics%2Fplay-cas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsismics%2Fplay-cas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsismics%2Fplay-cas/lists"}