summaryrefslogtreecommitdiff
path: root/issues/authentication_authorisation/temp-trait-error.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/authentication_authorisation/temp-trait-error.gmi')
-rw-r--r--issues/authentication_authorisation/temp-trait-error.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/authentication_authorisation/temp-trait-error.gmi b/issues/authentication_authorisation/temp-trait-error.gmi
new file mode 100644
index 0000000..1d56afc
--- /dev/null
+++ b/issues/authentication_authorisation/temp-trait-error.gmi
@@ -0,0 +1,15 @@
+# Temp traits don't seem to be handled by the authorization system
+
+## Tags
+
+* assigned: fredm, zsloan
+* priority: high
+* status: open
+* keywords: authentication, authorisation, oauth2, temp-traits
+* type: bug
+
+## Description
+
+Trying to view the trait page for a temp trait (such as the PCA traits generated from the correlation matrix page) throws an error. I think this is because the authorization endpoint doesn't account for temp traits.
+
+Not sure how to handle this, since the trait page code currently expects privileges information. The authorization code in question probably needs to be changed (it should probably just assume all temp traits are public).