LDIF client:
`#########################
# OX Clients Definition
#########################
dn: inum=@!00EB.2A19.32E4.4E23!0008!9764.F1F2,ou=clients,o=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3,o=gluu
objectClass: oxAuthClient
objectClass: top
displayName: oxTrust Admin GUI
inum: @!00EB.2A19.32E4.4E23!0008!9764.F1F2
oxAuthClientSecret: zWVaEG0H4+4HllzQu2L0hQ==
oxAuthAppType: web
oxAuthResponseType: code
oxAuthResponseType: id_token
oxAuthResponseType: token
oxAuthScope: inum=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3!0009!F0C4,ou=scopes,o=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3,o=gluu
oxAuthScope: inum=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3!0009!10B2,ou=scopes,o=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3,o=gluu
oxAuthScope: inum=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3!0009!764C,ou=scopes,o=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3,o=gluu
oxAuthScope: inum=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3!0009!43F1,ou=scopes,o=@!00EB.2A19.32E4.4E23!0001!5A40.2DD3,o=gluu
oxAuthRedirectURI: https://alaska.aduneo.com/identity/scim/auth
oxAuthRedirectURI: https://alaska.aduneo.com/identity/authentication/authcode
oxAuthPostLogoutRedirectURI: https://alaska.aduneo.com/identity/authentication/finishlogout
oxAuthTokenEndpointAuthMethod: client_secret_basic
oxAuthIdTokenSignedResponseAlg: HS256
oxAuthTrustedClient: true`
auth_openid.conf:
`OIDCRedirectURI https://<ServerName>/protected/
OIDCCryptoPassphrase <Password>
OIDCProviderMetadataURL https://<gluu server Name>/.well-known/openid-configuration
OIDCProviderIssuer https://<gluu server Name>
OIDCClientID <Inum generated by gluu server>
OIDCClientSecret <Password>
<Location /protected/>
AuthType openid-connect
Require valid-user
</Location>`
Please let me know if this is not enough