TIB config and integration

INFO[0000] [MAIN] Initialising Profile Configuration Store
INFO[0000] [IN-MEMORY STORE] Initialised
INFO[0000] [MAIN] Initialising Identity Cache
INFO[0000] [REDIS STORE] Initialised
INFO[0000] [FILE LOADER] Loaded: 1 profiles from profiles.json
INFO[0000] [MAIN] Broker Listening on :3010
WARN[0003] [TYK ID HANDLER] No expiry found - defaulting to 3600 seconds
INFO[0003] [TYK ID HANDLER] Starting Token Flow…
WARN[0003] Response code was: 401
WARN[0003] GOT:{“Status”:“Error”,“Message”:“Not authorised”,“Meta”:null}

ERRO[0003] [TYK ID HANDLER] → Login failure. Request not allowed

I fallowed all the procedures and details that has been discussed here

these are my conf for tib.conf file

“TykAPISettings”: {
“GatewayConfig”: {
“Endpoint”: “http://192.168.56.101”,
“Port”: “8089”,
“AdminSecret”: “352d20ee67be67f6340b4c0605b044b7”
},
“DashboardConfig”: {
“Endpoint”: “http://192.168.56.101”,
“Port”: “3000”,
“AdminSecret”: “599eb1001b0674243c9eb9c9”
}
}

but still it throws the error as login failure.

What integration are you trying to achieve?

have to validate the user from my application running on a server. and post validation the flow should be as TIB/TYK should generate a Token for that user and provide it. I cant find any sample example on internet regarding it nor what call to be placed over the TIB http://192.168.56.101:3010/auth/1/proxy request like is it GET or POST and what parameters to be sent along with it etc