{"id":25646558,"url":"https://github.com/ryanninodizon/msal-angular17-with-listdata","last_synced_at":"2026-06-10T21:31:55.727Z","repository":{"id":238600321,"uuid":"796955715","full_name":"ryanninodizon/msal-angular17-with-listdata","owner":"ryanninodizon","description":"Template project: Standalone Angular17 and Json-server with authentication using Microsoft Authentication LIbrary(MSAL)","archived":false,"fork":false,"pushed_at":"2024-08-09T08:55:20.000Z","size":1354,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T10:30:02.879Z","etag":null,"topics":["angular17-standalone","entra-id","identity-platform","msal","single-page-applications","spa"],"latest_commit_sha":null,"homepage":"https://youtu.be/QZnX_KXTpfI","language":"TypeScript","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/ryanninodizon.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":"2024-05-06T23:48:44.000Z","updated_at":"2025-02-08T11:21:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"233bc4fd-47a8-45fd-b984-0336c9d09cc1","html_url":"https://github.com/ryanninodizon/msal-angular17-with-listdata","commit_stats":null,"previous_names":["ryannninodizon/msal-angular17-with-listdata"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanninodizon/msal-angular17-with-listdata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanninodizon%2Fmsal-angular17-with-listdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanninodizon%2Fmsal-angular17-with-listdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanninodizon%2Fmsal-angular17-with-listdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanninodizon%2Fmsal-angular17-with-listdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanninodizon","download_url":"https://codeload.github.com/ryanninodizon/msal-angular17-with-listdata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanninodizon%2Fmsal-angular17-with-listdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34172196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["angular17-standalone","entra-id","identity-platform","msal","single-page-applications","spa"],"created_at":"2025-02-23T10:28:00.258Z","updated_at":"2026-06-10T21:31:55.706Z","avatar_url":"https://github.com/ryanninodizon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/ryannninodizon/msal-angular17-with-listdata/blob/main/banner.png)\r\n\r\n# How to make this working?\r\n\r\nThis template is based on the official MSAL JavaSscript template: [msal-angular](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular \"msal-angular\")\r\n\r\n###  Install json-server and run\r\n- npm install json-server\r\n- json-server --watch db.json\r\n\r\n### Update environment values \r\nYou have to get the **ClientId** and **TenantId** from the App Registration page and update this file: \r\n\u003e Angular17-Standalone/src/environments/environment.dev.tsAngular17-Standalone/src/environments/environment.dev.ts\r\n\r\n   ```json\r\n msalConfig: {\r\n        auth: {\r\n            clientId: \u003cclient-id\u003e,\r\n            authority: 'https://login.microsoftonline.com/\u003ctenant-id\u003e'\r\n        }\r\n    }\r\n```\r\n\r\nIf you don't know where to get the clientId and TenantId, you can watch my YouTube video: [How to use the Microsoft Identity Platform with Angular Application](https://youtu.be/QZnX_KXTpfI \"How to use the Microsoft Identity Platform with Angular Application\")\r\n\r\n### Install Angular dependencies and run\r\n- npm install\r\n- ng start\r\n\r\n# Azure Developer CLI\r\nI have already used this test project for my AZD template, which you can get it [here](https://azure.github.io/awesome-azd/?name=Azure+Serverless \"Azure Serverless App with Angular and MSAL\")\r\n\r\n![](https://github.com/ryannninodizon/msal-angular17-with-listdata/blob/main/Screenshots/ryan-dizon-azd-template.JPG)\r\n\r\n# Screenshots\r\n\r\n#### Profile page\r\n![](https://github.com/ryannninodizon/msal-angular17-with-listdata/blob/main/Screenshots/profile-page.JPG)\r\n\r\n#### Details page\r\n![](https://github.com/ryannninodizon/msal-angular17-with-listdata/blob/main/Screenshots/details-page.JPG)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanninodizon%2Fmsal-angular17-with-listdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanninodizon%2Fmsal-angular17-with-listdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanninodizon%2Fmsal-angular17-with-listdata/lists"}