We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1d436 commit 9587658Copy full SHA for 9587658
src/main/java/com/uid2/admin/auth/OktaCustomScope.java
@@ -11,6 +11,7 @@ public enum OktaCustomScope {
11
SECRET_ROTATION("uid2.admin.secret-rotation", Role.SECRET_ROTATION),
12
SITE_SYNC("uid2.admin.site-sync", Role.PRIVATE_OPERATOR_SYNC),
13
METRICS_EXPORT("uid2.admin.metrics-export", Role.METRICS_EXPORT),
14
+ ENCLAVE_REGISTRAR("uid2.admin.enclave-registrar", Role.ENCLAVE_REGISTRAR),
15
INVALID("invalid", Role.UNKNOWN);
16
private final String name;
17
private final Role role;
0 commit comments