Skip to content
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

Adobe CC session/user information #496

Open
ToshB opened this issue Jun 21, 2023 · 2 comments
Open

Adobe CC session/user information #496

ToshB opened this issue Jun 21, 2023 · 2 comments

Comments

@ToshB
Copy link

ToshB commented Jun 21, 2023

Hi, is there a way to get some information about the Adobe CC profile for the current user in a Premiere 2023 panel?

We've got ADFS federation between adobe login and our internal AD, so if I could get the username/email for the current Adobe CC user I could use it as simple auth mechanism in my panels. Now I have to force the user through a full MFA AAD flow in every single panel (due to the lack of shared cookies), in order to load (non-sensitive) user preferences or tagging data with the current user.

Currently I'm working on a simple hack where I use the name of the user's home directory, and hope it matches the user name. Which is error-prone, but still better than all the login dialogs.

@ErinFinnegan
Copy link
Contributor

There's a way to grab the app.userGuid which shows a string of numbers... other developer use this to identify unique users. It's probably as equally hacky as what you've come up with but slightly more reliable?

You're not the only Premiere Pro partner to complain about the multiple-login scenario. Perhaps reach out to wwds@adobe.com as well.

That said, as Premiere adapts UXP in the future, the UXP is working on making a unique user identifier of some sort, but it's still under development.

@ToshB
Copy link
Author

ToshB commented Jun 22, 2023

Unfortunately that won't help me much. The information I want to look up is also referenced by other applications, and is looked up by the user's username.
Unless I can pass the userGuid on to another system to request more information about the user its not that useful in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants