-
Notifications
You must be signed in to change notification settings - Fork 43
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
AUP exemption #811
base: develop
Are you sure you want to change the base?
AUP exemption #811
Conversation
...ervice/src/test/java/it/infn/mw/iam/test/notification/RegistrationFlowNotificationTests.java
Outdated
Show resolved
Hide resolved
When the account is set up as a service account, the signature of the aup is skipped (if it is defined), but what if it accidentally goes to the iam/iam-login-service/src/main/java/it/infn/mw/iam/api/aup/AupSignaturePageController.java Line 99 in bddf581
|
I am going to add the exception handler and a test. |
iam-login-service/src/main/java/it/infn/mw/iam/api/aup/AupSignaturePageController.java
Outdated
Show resolved
Hide resolved
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.
If we add things to SCIM user that are not in the SCIM protocol we need to add them inside ScimIndigoUser extension object
iam-login-service/src/main/java/it/infn/mw/iam/api/scim/model/ScimUser.java
Outdated
Show resolved
Hide resolved
iam-login-service/src/main/java/it/infn/mw/iam/api/scim/model/ScimUser.java
Outdated
Show resolved
Hide resolved
...vice/src/main/java/it/infn/mw/iam/api/scim/updater/factory/DefaultAccountUpdaterFactory.java
Outdated
Show resolved
Hide resolved
iam-login-service/src/main/java/it/infn/mw/iam/api/scim/converter/UserConverter.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
No description provided.