freeipa/doc/api/idp_find.md
Thorsten Scherf 2aeb963fc9 external-idp: change idp server name to reference name
When you  run "ipa idp-show <idp reference>" the IdP reference is shown
as "Identity Provider server name". This is confusing as we are pointing
to the earlier created IdP reference rather than a server.  Other files
are updated as well to reflect this change.

Additionally some typos are fixed with this patch too.

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
2023-03-03 05:08:02 +01:00

1.1 KiB

idp_find

Search for Identity Provider references.

Arguments

Name Type Required
criteria :ref:Str<Str> False

Options

  • all : :ref:Flag<Flag> (Required)
  • Default: False
  • raw : :ref:Flag<Flag> (Required)
  • Default: False
  • cn : :ref:Str<Str>
  • ipaidpauthendpoint : :ref:Str<Str>
  • ipaidpdevauthendpoint : :ref:Str<Str>
  • ipaidptokenendpoint : :ref:Str<Str>
  • ipaidpuserinfoendpoint : :ref:Str<Str>
  • ipaidpkeysendpoint : :ref:Str<Str>
  • ipaidpissuerurl : :ref:Str<Str>
  • ipaidpclientid : :ref:Str<Str>
  • ipaidpclientsecret : :ref:Password<Password>
  • ipaidpscope : :ref:Str<Str>
  • ipaidpsub : :ref:Str<Str>
  • timelimit : :ref:Int<Int>
  • sizelimit : :ref:Int<Int>
  • version : :ref:Str<Str>
  • pkey_only : :ref:Flag<Flag>
  • Default: False

Output

Name Type
count Output
result ListOfEntries
summary Output
truncated Output

Semantics

Notes

Version differences