-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssecurityFeatures related to authentication and authorization or any sort of security measure.Features related to authentication and authorization or any sort of security measure.
Description
As it was mentioned in our Slack channel, we should be able to enforce authentication to our API using JWT. Basically all we need for the JWT generation/verification/refreshment is
{
"authority": "https://securityioet.b2clogin.com/securityioet.onmicrosoft.com/B2C_1_securityioetweb",
"client_id": "b7e72a5b-c054-4bf8-99e7-f11bbf99a6b1",
"scopes": ["https://securityioet.onmicrosoft.com/login"]
}
TODO:
We need to make that only authenticated users can call the api
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssecurityFeatures related to authentication and authorization or any sort of security measure.Features related to authentication and authorization or any sort of security measure.