Auth #6548
-
I checked the documentation, tutorial and examples. I wasn't able to find anything about authentication at all. Simple login form to access dashboard and requests for telemetry data (using sessionID or JWT). Sorry for my naive question I come from backend side of development. Am I missing something here? Looking forward to hearing from you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Matt! Good question, so, we have a basic user provider API which would give you the opportunity to have attribution for things like creating and modifying objects, but we do not have native support for any type of Authentication. All of the instances of Open MCT that we work with are behind a separate authentication system. This hasn't been something that's been required for missions, so it's not something we've implemented, but an Open Source user could definitely create something like this. An example set of steps to do this would be:
|
Beta Was this translation helpful? Give feedback.
Hi Matt!
Good question, so, we have a basic user provider API which would give you the opportunity to have attribution for things like creating and modifying objects, but we do not have native support for any type of Authentication. All of the instances of Open MCT that we work with are behind a separate authentication system.
This hasn't been something that's been required for missions, so it's not something we've implemented, but an Open Source user could definitely create something like this.
An example set of steps to do this would be: