Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Point your browser at http://localhost:8080/md/all and look a your stuffGet . Now download all of your idp:s as an EntitiesDescriptor document using wget or any other tool that can download and display the contents of a URL. Pointing your browser to the URL will also work of course.

Code Block
# wget -O- http://localhost:8080/entity/all+idp

Get Here is how to get all of your sp:s as an EntitiesDescriptor document. The idp and sp tags are automatically generated from inspecting entities in your store.

Code Block
# wget -O- http://localhost:8080/entity/all+sp