We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing organization, group, or role sync there is very little resources to debug or inform the settings choices.
In the past, we relied on checking the debug logs and hitting a specific owner only endpoint to see claim information.
Debug features should include:
We currently store a user's claims as debug_context in the database. We should rename this to link_claims and embrace it more fully.
debug_context
link_claims
We can then run queries across the json payloads to accomplish the auto-complete lists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When doing organization, group, or role sync there is very little resources to debug or inform the settings choices.
In the past, we relied on checking the debug logs and hitting a specific owner only endpoint to see claim information.
Debug features should include:
Backend implementation
We currently store a user's claims as
debug_context
in the database. We should rename this tolink_claims
and embrace it more fully.We can then run queries across the json payloads to accomplish the auto-complete lists.
The text was updated successfully, but these errors were encountered: