You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/06/25 18:27:00 UTC

[jira] [Commented] (AIRAVATA-3468) Check if profile is complete and require completion before creating Airavata user profile

    [ https://issues.apache.org/jira/browse/AIRAVATA-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369646#comment-17369646 ] 

ASF subversion and git services commented on AIRAVATA-3468:
-----------------------------------------------------------

Commit a99970faa473696bdce85fefbb1f85da0d679b31 in airavata-django-portal's branch refs/heads/AIRAVATA-3319-handle-missing-name-and-email-attributes-from-cilo from Marcus Christie
[ https://gitbox.apache.org/repos/asf?p=airavata-django-portal.git;h=a99970f ]

AIRAVATA-3468 Store IDP userinfo

This is mostly for debugging purposes, to see what is and isn't included in CILogon userinfo.


> Check if profile is complete and require completion before creating Airavata user profile
> -----------------------------------------------------------------------------------------
>
>                 Key: AIRAVATA-3468
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3468
>             Project: Airavata
>          Issue Type: Sub-task
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> Check if
> - username only contains alphanumeric characters and underscore, hyphen and period: {{[a-zA-Z0-9_-.]+}}
> - first name is provided
> - last name is provided
> - email is provided and validated
> If any of these are missing or invalid then the user record is flagged as invalid and the user isn't able to proceed. API calls are blocked including creating the Airavata user profile since we want to make sure the username is correct before doing so.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)