Web based management interface for ServiceCloudAuth
- ServiceAuthCentral - Simplify microservice security with ServiceAuthCentral: Centralized, open-source authorization in the cloud, minus the shared secrets.
- ServiceAuthCentral Documentation - Documentation for ServiceAuthCentral
- serviceauthcentralweb - Web based management interface for ServiceCloudAuth
- serviceauthcentral-client-java - Java client for requesting tokens from the ServiceAuthCentral OAuth 2.0 authorization server.
- serviceauthcentral-gcp-tofu - OpenTofu module for deploying a fully working ServiceAuthCentral deployment in GCP
npm install
npm run serve
npm run build
npm run lint
The configuration for this application requires the following configuration for a production deployment that are created in .env.production
VUE_APP_SAC_MANAGE_URI=
VUE_APP_SAC_REDIRECT_URI=
VUE_APP_SAC_AUTHORIAZATION_ENDPOINT=
VUE_APP_SAC_TOKEN_ENDPOINT=
VUE_APP_SAC_ISSUER=
VUE_APP_SAC_MANAGE_URI: The "/graphql" URL for ServiceAuthCentral's manage serverVUE_APP_SAC_REDIRECT_URI: The "/callback" URL for serviceauthcentralwebVUE_APP_SAC_AUTHORIAZATION_ENDPOINT: The "/login/authorize" URL for ServiceAuthCentral's token serverVUE_APP_SAC_TOKEN_ENDPOINT: The "/v1/token" URL for ServiceAuthCentral's token serverVUE_APP_SAC_ISSUER: The issuer configured for ServiceAuthCentral