-
Notifications
You must be signed in to change notification settings - Fork 21
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
Updating demo_scopes.json #5737
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #5737 +/- ##
==========================================
- Coverage 93.24% 93.24% -0.01%
==========================================
Files 277 277
Lines 10828 10829 +1
Branches 895 895
==========================================
Hits 10097 10097
Misses 602 602
- Partials 129 130 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I think that just adding the |
I think |
Linking this issue here for visibility - at some point it would be good to modify the quick-start so that FlowAuth demo data is populated from the quick-started FlowAPI spec, rather than from a hard-coded pre-defined spec. |
I'm inclined to agree there - I think that when an org gets into the situation that they'll be needing the finer-grained auth tools, they're probably past the quickstart. Will update. |
Given that the token has both roles, this should make all queries in quickstart runnable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I've tried running through the worked examples in a quick-start deployment, and it's all working fine.
Closes #5735
I have:
Description
Updates Flowauth quickstart to work with worked examples