Skip to content

UnitVectorY-Labs/serviceauthcentralweb

Repository files navigation

License Work In Progress

serviceauthcentralweb

Web based management interface for ServiceCloudAuth

References

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

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 server
  • VUE_APP_SAC_REDIRECT_URI: The "/callback" URL for serviceauthcentralweb
  • VUE_APP_SAC_AUTHORIAZATION_ENDPOINT: The "/login/authorize" URL for ServiceAuthCentral's token server
  • VUE_APP_SAC_TOKEN_ENDPOINT: The "/v1/token" URL for ServiceAuthCentral's token server
  • VUE_APP_SAC_ISSUER: The issuer configured for ServiceAuthCentral

About

Web based management interface for ServiceCloudAuth

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •