Skip to content

How does OpenMetadata ensure security with the prevention of CSRF? #5478

Discussion options

You must be logged in to vote

A valid token needs to be passed in the headers and nobody else can read that token.

With secure deployment of OpenMetadata, the server requires a "Bearer Token" in the header of every API request. In the frontend, when a user logs in to OpenMetadata with the configured SSO, the frontend gets a JWT token and passes it to the server upon each request. This JWT token is generally a short-lived token and will be refreshed with a refresh token based on the SSO configured.

Replies: 1 comment

Comment options

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