# Vue-Identityserver4 **Repository Path**: thomas_tang/Vue-Identityserver4 ## Basic Information - **Project Name**: Vue-Identityserver4 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-18 - **Last Updated**: 2025-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue-Identityserver4 Project VueJs demo with oidc-client library and use IdentityServer4 as an identity server provider. ## Build Setup IdentityServer4 in 'idm' folder ``` bash # run idm project dotnet run ``` Vue project in 'my-app' folder ``` bash # install dependencies yarn install # serve with hot reload at localhost:8080 yarn serve ``` ## Documentation Oidc-Client: https://github.com/IdentityModel/oidc-client-js/wiki Samples using oidc-client: https://github.com/joaojosefilho/vuejsOidcClient