Skip to content

Does Cadence Web have any authentication mechanisms? #5394

Discussion options

You must be logged in to vote

Hello @Vignesh-Ganesan-008, thanks for sharing your questions!
Currently cadence supports JWT auth between Web/Server using 'admin tokens', check the config section for cadence-web. This allows the web to be able to communicate with the server if OAuth is enabled. You can enable OAuth and provide public/private for Server and enable admin auth on Web to get auth up and running.
Current limitations are:

  • There is no granular access control or permission management on UI
  • You need to secure the web domain on your behalf

While we are planning to add more Authentication/Authorization features, the above can serve most common cases.
Finally i will add an issue to add this to the docs, until th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vigneshganesan008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants