Hi Mike,
I've edited my host file so that the redirect is to `tib.ahmet ` rather than `localhost`.
`authorization_code` was enabled - I also enabled ALL the others just in-case
```
Inum: @!13B5.EFF1.0299.12E3!0001!1C18.E713!0008!E70E.F7CE.88BF.AD3F
Application Type: WEB
Pre-Authorization: TRUE
Response Types: code, id_token, token,
Grant Types: authorization_code, refresh_token, implicit
Scopes: email, openid, profile
Logout Session Required: FALSE
Include Claims In Id Token: FALSE
Client Name: dashboard.ahmet
Client Secret: kjhasdf987sadfkjasdf987
Persist Client Authorizations: FALSE
Subject Type: PAIRWISE
Authentication method for the Token Endpoint: CLIENT_SECRET_BASIC
Redirect Login URIs: http://tib.ahmet:3010/auth/tyk-dashboard-gluu/openid-connect/callback
Disabled: false
Client's Registration Expires: Mon Jun 22 00:00:00 UTC 2020
```
In terms of the oxauth.log, nothing shows when I get redirected to this page (when tailing the file) - only logs I see are when I log into the Admin UI which is unrelated.
```
2020-06-21 23:37:30,576 INFO [qtp804611486-12] [org.xdi.oxauth.service.AuthenticationService] (AuthenticationService.java:533) - Attempting to redirect user: SessionUser: SessionState {dn='oxAuthSessionId=ac1c19d6-b99a-430c-a4e0-4a77233f1eb2,ou=session,o=@!13B5.EFF1.0299.12E3!0001!1C18.E713,o=gluu', id='ac1c19d6-b99a-430c-a4e0-4a77233f1eb2', lastUsedAt=Sun Jun 21 23:37:30 UTC 2020, userDn='inum=@!13B5.EFF1.0299.12E3!0001!1C18.E713!0000!A8F2.DE1E.D7FB,ou=people,o=@!13B5.EFF1.0299.12E3!0001!1C18.E713,o=gluu', authenticationTime=Sun Jun 21 23:37:30 UTC 2020, state=authenticated, sessionState='1d189ac6-2a74-4af1-87e7-4ff6940ff87c', permissionGranted=null, isJwt=false, jwt=null, permissionGrantedMap=org.xdi.oxauth.model.common.SessionIdAccessMap@7f8af5f6, involvedClients=null, sessionAttributes={auth_step=1, acr=auth_ldap_server, remote_ip=94.10.80.197, auth_external_attributes=null, auth_user=admin, scope=openid profile email user_name, acr_values=auth_ldap_server, response_type=code, redirect_uri=https://{SERVER}/identity/authentication/getauthcode, state=2e0a6149-4fc1-4e35-b5a7-53c0bea0244d, nonce=a98ed01c-b0f0-4bb9-89b9-9e6ff716de0b, client_id=@!13B5.EFF1.0299.12E3!0001!1C18.E713!0008!8BA1.CE5C}, persisted=true}
2020-06-21 23:37:30,578 INFO [qtp804611486-12] [org.xdi.oxauth.service.AuthenticationService] (AuthenticationService.java:541) - Attempting to redirect user: User: org.xdi.oxauth.model.common.User@3d57ccc7
2020-06-21 23:37:30,580 INFO [qtp804611486-12] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:365) - Authentication success for User: 'admin'
2020-06-21 23:37:30,761 INFO [qtp804611486-18] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:224) - Authentication success for Client: '@!13B5.EFF1.0299.12E3!0001!1C18.E713!0008!8BA1.CE5C'
```