-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ReportStream AUTH-Z API #14601
Comments
Hey team! Please add your planning poker estimate with Zenhub @adegolier @arnejduranovic @brick-green @david-navapbc @jack-h-wang @jalbinson @JFisk42 @mkalish @thetaurean |
Hey team! Please add your planning poker estimate with Zenhub @adegolier @brick-green @david-navapbc |
Hey team! Please add your planning poker estimate with Zenhub @adegolier @brick-green |
@jalbinson please update once SRD and design note are approved if needed. |
Please add your planning poker estimate with Zenhub @david-navapbc |
Please add your planning poker estimate with Zenhub @kant777 |
Spillover reason: Additional complexity discussed with @arnejduranovic as well as some more documentation required than initially planned. As an 8 pointer though this was not surprising. |
User Story
As a stakeholder of ReportStream, I want a SECURE, RELIABLE, and SCALABLE way to handle incoming authentication and authorization requests, so that we can minimize potential of ReportStream AUTH bringing the system down or introducing security defects.
Description/Use Case
Presently, ReportStream has what is essentially a custom authorization server coupled with the backend application. It is easier, cleaner, and more secure and reliable to move to using authorization servers provided by Okta. Okta provides facilities for managing client OAuth2.0 public/private keys as well as scopes, claims, and permissions. Okta Authorization servers are able verify that a client actually has permissions to certain requested scopes, so all that logic can move out of ReportStream and the Auth service. Once the authz server verifies the bearer token with an Okta API call, RS can trust the scopes/claims in the token.
MIGRATION PLAN: Services/Azure Functions can be updated to use the new auth service as needed. Once all are updated, the old Auth code can be deleted.
Risks/Impacts/Considerations
Dev Notes
The implementation details of this service have (mostly) been thought through. Please see the AUTH section in the UP Software Requirements Document.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: