Hi, I am trying to install Clearpass Intune Extention, bet some problem occurs during instance instalation.
I am using
ClearPass and
Microsoft Intune
Integration TechNote
2.0 May 2017 Danny Jump Minor updates from TAC/ERT and new TechNote Template
and
https://clearpass-extensions.gelato.io/guides/how-to-install-a-new-clearpass-extension
documentation
1. In Plugin manager-Manage Operator Profiles I duplicate API Guest Operator Profile.
2. Than edit duplicated profile
Rename it to API Extention Profile
Change some settings
Platform -> Custom
Change all other checkboxes as technote say.
3. Creating API Service -> API Clients -> Create API Client
Usining API Extention Profile
4. Generate Access token
5. Go to API Explorer - Extention-v1
It automaticilly takes generated token
Now we need to expand the GET /extension/store/{id}
and paste in the extension's store ID. The store ID for the Intune V3 extension is a fixed value
of: d8d419a8-6a1a-4d7e-b564-81d11a75105a. Click ‘Try it out!’
I receive same response as Technote define
6.
Install the extension
Under Instance > POST /extension/instance, paste in the body as shown below:
{"state":"stopped","store_id":"d8d419a8-6a1a-4d7e-b564-81d11a75105a"} and click ‘Try it out!’
I receive same response as Technote define
7.
Wait for Extension to Install
Under Instance > GET /extension/instance/{id} paste in the ID from the previous step:
03b11007-cd5a-482f-9fc3-8ea6a2a96bf8 and click ‘Try it out!’.
I receive an error
I put this error to image below
Maybe someone had the same problem and can explain me what I am doing wron or maybe technote is bad?