Gerenios / AADInternals

AADInternals PowerShell module for administering Azure AD and Office 365
http://aadinternals.com/aadinternals
MIT License
1.2k stars 210 forks source link

Federated identities are not supported #60

Closed codeitch closed 6 months ago

codeitch commented 1 year ago

Since the new version 0.9.0, there seems to be this exception following an authentication attempt:

Exception: C:\Program Files\WindowsPowerShell\Modules\AADInternals\0.9.0\AccessToken_utils.ps1:2885 Line | 2885 | throw "Federated identities are not supported." | ~~~~~~~~~~~ | Federated identities are not supported.

NestoriSyynimaa commented 1 year ago

Correct, it is not implemented yet. Will try to get it to the next release.

Kor1134 commented 8 months ago

Do you have an estimated timetable to implement federated identities?

I'm currently limited to 30-day tokens as that is the extent ICD will allow, and we are migrating thousands of devices from local domains to Azure AD. I can't generate a BPRT with my federated ID, and I desperately need this feature.

NestoriSyynimaa commented 6 months ago

Due to various reasons, I won't be implementing this to AADInternals. It would be relatively easy to support ADFS, but there are so many options out there..

However, you can authenticate using v0.8.x versions, they should be working just fine.