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

PS Credential username validation error when using UPN format #15

Closed
pwnstate12 opened this issue Mar 24, 2016 · 4 comments
Closed

PS Credential username validation error when using UPN format #15

pwnstate12 opened this issue Mar 24, 2016 · 4 comments

Comments

@pwnstate12
Copy link

The issue is the PS Credential username format should be able to be specified using DOMAIN\USERNAME or UPN (USER@DNSDOMAIN) format.

@NileshGhodekar
Copy link
Contributor

Hi, can you please explain your scenario where you cannot use DOMAIN\USERNAME format and MUST use the UPN format?

@pwnstate12
Copy link
Author

Hi Nilesh,

Basically, I would like to use a MIM WAL powershell activity to make updates in a SaaS app that requires an authN request to be completed when creating a remote powershell session. To complete the login request the userID needs to be in upn/email format.

The PScredential object does not require the use of the domain/username format so I am currently creating my own PScredential directly in the script that i am running in my powershell activity, but that is not a good security practice in my opinion so it would be great if I could use the built-in MIM WAL PScredential feature. Thanks for the follow-up please let me know if the upn format will be made available for the PScredential feature in the future.

Sent from my Windows Phone


From: Nilesh Ghodekarmailto:notifications@github.com
Sent: ‎3/‎24/‎2016 3:41 AM
To: Microsoft/MIMWALmailto:MIMWAL@noreply.github.com
Cc: pwnstate12mailto:cjl234@hotmail.com
Subject: Re: [MIMWAL] PS Credential username validation error when using UPN format (#15)

Hi, can you please explain your scenario where you cannot use DOMAIN\USERNAME format and MUST use the UPN format?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#15 (comment)

@NileshGhodekar
Copy link
Contributor

Yes, this is the usecase that came to my mind after I posted the earlier reply. We can get this support in the next release.

@NileshGhodekar
Copy link
Contributor

Hi, This change has made its way in v2.16.0710.0. Please test if you can. I'll close this issue now.

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