[Freeipa-users] Re: API logout

2020-05-25 Thread Alexander Bokovoy via FreeIPA-users
On ma, 25 touko 2020, Peter Tselios via FreeIPA-users wrote: Hello, How do I perform a "session logout" in the API? I am using the ansible's URI module and so far I tried a few different options, like for example this: - name: Logout from IdM API uri: url: "https://{{ ipa_master

[Freeipa-users] API logout

2020-05-25 Thread Peter Tselios via FreeIPA-users
Hello, How do I perform a "session logout" in the API? I am using the ansible's URI module and so far I tried a few different options, like for example this: - name: Logout from IdM API uri: url: "https://{{ ipa_master }}/ipa/session/json" headers: Content-type: