-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(integrations): Adding an Okta Integration to extract Users, Groups, Group Membership [Ready] #3043
feat(integrations): Adding an Okta Integration to extract Users, Groups, Group Membership [Ready] #3043
Conversation
…SchemaTab temporarily hide schema version history
…orarilyHideSchemaTab Revert "temporarily hide schema version history"
"departmentName": "Engineering", | ||
"firstName": "Mary", | ||
"lastName": "Jane", | ||
"fullName": "MaryJane", |
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.
Issue: Full name should have a space!
{ | ||
"com.linkedin.pegasus2avro.identity.CorpUserInfo": { | ||
"active": true, | ||
"displayName": null, |
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.
let's set this from full name if not provided.
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.
LGTM! Looks great :)
Thank you @jjoyce0510! You rock! :) |
Title says it!
Working on some tests still.
Checklist