-
Notifications
You must be signed in to change notification settings - Fork 214
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
New data source: okta_app_user_profile #1488
base: master
Are you sure you want to change the base?
New data source: okta_app_user_profile #1488
Conversation
@cnelissen we need to do a spike on this to be sure we have this data source feature complete. |
@cnelissen can you take the time to agree to the Okta Community License Agreement so we can take your net new contribution? https://developer.okta.com/cla/ Okta Internal Reference |
Signed and sent. Let me know if you need anything else! |
Can we get this PR reopened? Also has there been any progress on the research spike? |
@monde Looks like this got auto-closed again. Is there anything I can do to help move this along? |
@monde Just wondering if there has been any movement on this PR from your end and if there is anything I can do to help or provide more context? |
Adds a new data source which gets the application profile for a user assigned to a given application.
Application profiles can contain custom attributes that are not part of the base user profile, which sometimes need to be read via Terraform.
This new data source will allow the custom attributes for an application profile to be read on a per-user basis.