question

jenergm avatar image
0 Votes"
jenergm asked JenerGarciaMenezes-3906 answered

How I can list all RedirectUri object from ADFS 3.0

Dear All,

I'm trying get information about all RedirectUri from ADFS 3.0 registered using Set-AdfsClient command.

I tried using Get-AdfsClient but it comes with "..." at the end and doesn't list all RedirectUri registered there.

Can you help me please?

Best regards,
Jener

adfs
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JenerGarciaMenezes-3906 avatar image
1 Vote"
JenerGarciaMenezes-3906 answered

Hi there!

After months I found out it and now I can see all RedirectUri list registered in the string[]. See an example below:

Get-AdfsClient -ClientId F73C7482-93FA-44EF-905D-C9834B5533B8 | Foreach-Object -Process { $_.RedirectUri }

I wish you enjoy it!

Best regards,



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.