Missing profiles.json file after tyk identity broker installation

Hi guys,

i am installing tyk identity broker on ubuntu xenial and I have followed the official documentation. As far as i understand, the steps went through successfully. The tib.conf file is created but the profiles.json file is missing. Any suggestions on what I might have missed?

Thanks in advance!

Hi which guide are you following?

Hi Josh,

i have used https://tyk.io/docs/concepts/tyk-components/… for dashboard, gateway and pump and //tyk.io/docs/tyk-identity-broker/ via Packages link for TIB. From the packages, I picked the amd64 deb for ubuntu xenial and followed the install the repository and download the package. After doing this I am able to see the tib.conf file but the profiles.json file is missing. Am I supposed to do something more or missed something?

Hi Josh,

sorry, I am following https://tyk.io/docs/get-started/with-tyk-on-premise/installation/on-ubuntu/ for installing the gateway, dashboard and pump. Then I moved ahead with //tyk.io/docs/tyk-identity-broker/ for the identity broker via Packages. Used the amd64 for ubuntu xenial and followed the install the repository and download the package.

Thanks!

I have the very same issue. Did you manage to solve it?

I created the file myself in the root of tyk-identity-folder in ubuntu.
Here is the template
profiles.json
[
{
“ActionType”: “GenerateOAuthTokenForClient”,
“ID”: “1”,
“IdentityHandlerConfig”: {
“DashboardCredential”: “”,
“DisableOneTokenPerAPI”: false,
“OAuth”: {
“APIListenPath”: “”,
“BaseAPIID”: “”,
“ClientId”: “”,
“RedirectURI”: “”,
“ResponseType”: “token”,
“Secret”: “”,
“NoRedirect”: false
}
},
“MatchedPolicyID”: “”,
“OrgID”: “”,
“ProviderConfig”: {
“CallbackBaseURL”: “”,
“FailureRedirect”: “”,
“UseProviders”: [{
“Key”: “”,
“Name”: “”,
“Secret”: “”
}]
},
“ProviderName”: “SocialProvider”,
“ReturnURL”: “”,
“Type”: “redirect”
}
]