You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to discuss the validation of Databricks JWT tokens. I built an app that uses Databricks OAuth. I want to add a feature that validates JWT tokens. What is recommended in this case? Ideally and if possible, I'd like to check the JWT signature. I haven't found any mention in the docs about this.
Currently, I do some basic check like this, however, this is not satisfactory for me:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I would like to discuss the validation of Databricks JWT tokens. I built an app that uses Databricks OAuth. I want to add a feature that validates JWT tokens. What is recommended in this case? Ideally and if possible, I'd like to check the JWT signature. I haven't found any mention in the docs about this.
Currently, I do some basic check like this, however, this is not satisfactory for me:
Any tips or ideas? :) Thanks!
Beta Was this translation helpful? Give feedback.
All reactions