-
Notifications
You must be signed in to change notification settings - Fork 97
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
TASK-5979 - Automatize validation of SSO with CAS for OpenCGA Enterprise 2.x.x #2461
Conversation
...c/main/java/org/opencb/opencga/catalog/auth/authentication/AzureADAuthenticationManager.java
Show resolved
Hide resolved
opencga-catalog/src/main/java/org/opencb/opencga/catalog/auth/authentication/JwtManager.java
Outdated
Show resolved
Hide resolved
@Parameter(names = {"--optimizations-simplify-permissions"}, description = "The body web service simplifyPermissions parameter", required = false, help = true, arity = 0) | ||
public boolean optimizationsSimplifyPermissions = false; | ||
|
||
@Parameter(names = {"--token-algorithm"}, description = "The body web service algorithm parameter", required = false, arity = 1) |
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.
Missing param descriptions
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.
That's automatically generated. I know we need to change those description values :S
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.
What I meant was that you should add these descriptions with "@Datafield" in the "Organization configuration"
No description provided.