{"id":18255251,"url":"https://github.com/arklab/freeradius-azuread","last_synced_at":"2025-07-30T05:05:53.589Z","repository":{"id":95346128,"uuid":"321332712","full_name":"ARKlab/freeradius-azuread","owner":"ARKlab","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-12T08:27:54.000Z","size":26,"stargazers_count":31,"open_issues_count":1,"forks_count":13,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-04T17:36:52.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARKlab.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"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":"2020-12-14T11:52:29.000Z","updated_at":"2025-03-28T17:56:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bade2bc8-988d-4496-b8b7-49511fec5930","html_url":"https://github.com/ARKlab/freeradius-azuread","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ARKlab/freeradius-azuread","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARKlab%2Ffreeradius-azuread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARKlab%2Ffreeradius-azuread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARKlab%2Ffreeradius-azuread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARKlab%2Ffreeradius-azuread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARKlab","download_url":"https://codeload.github.com/ARKlab/freeradius-azuread/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARKlab%2Ffreeradius-azuread/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267814663,"owners_count":24148328,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-05T10:15:16.233Z","updated_at":"2025-07-30T05:05:53.522Z","avatar_url":"https://github.com/ARKlab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FreeRadius with AzureAD authentication\n\nDocker image, tailored to be launched in Azure Container Instances, to provide a Radius server that authenticates users with Azure AD without and Domain Services using [freeradius-oauth2-perl](https://github.com/jimdigriz/freeradius-oauth2-perl).\n\n## BREAKING: Move from DockerHub to Github Packages\n\nDue to [`Free Team`](https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/) tier being sunset by DockerHub, ARK is going to deprecate Docker image repositoy.\n\nUpdate your deployments from `arkenergy/freeradius-azuread:latest` to `ghcr.io/arklab/freeradius-azuread:latest`.\n\n\n# How to\n\n1. Setup an Azure AD Application as illustrated in the [freeradius-oauth2-perl](https://github.com/jimdigriz/freeradius-oauth2-perl) project.\n2. Spin up `ghcr.io/arklab/freeradius-azuread:latest` image with the following Env\n\n| Env | Description | Example |\n|--|--|--|\n| AzureAdDomain | Your user domain used in the FreeRadius realm. | example.com |\n| AzureAdClientId | The client ID obtained in step1 | 62a1f590-f324-4921-8412-fd7bbd8baa5a |\n| AzureAdSecret | The Application secret from step1 | ***** |\n| NASName | The name of the NAS Client, used in FreeRadius client.conf | PFSense |\n| NASNetwork | The authorized network source for the NAS client. | 172.28.0.4/32 |\n| NASSecret | The secret used by the NAS client to connect. | **** |\n\nThis is the sample command to use.\n\n```\ndocker run -p 1812:1812/udp -p 1813:1813/udp -e AzureAdDomain='example.com' -e AzureAdClientId='$client_id' -e AzureAdSecret='$secret' -e NASName=$clientNAme -e NASNetwork=172.28.0.4/32 -e NASSecret=$nasSecret ghcr.io/arklab/freeradius-azuread:latest\n```\n\n# Security caveat\n\nFor this to work the NAS should use PAP authentication, meaning the clear-text password is received by the RADIUS server.\nAdding that to the fact that this image doesn't support RADSEC TLS between NAS client and RADIUS server, means that the clear-text password is transferred unencryped between the NAS client and the RADIUS server.\n\n**Do not use this image if the channel between the NAS and this RADIUS server is unsecure.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farklab%2Ffreeradius-azuread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farklab%2Ffreeradius-azuread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farklab%2Ffreeradius-azuread/lists"}