SCIM is called using my own client
Where is scim-rp.jks applied?
**Logs from my application:**
INFO:root:Fetching User INUM for user admin...
INFO:root:headers {'content-type': 'application/x-www-form-urlencoded', 'Authorization': 'Bearer 0'}
INFO:root:url https://lundclaai01.lux-naos.test/identity/restv1/scim/v2/Users
INFO:root:payload {'filter': 'userName eq "admin"'}
INFO:root:Get User INUM reply code: 401
INFO:root:status: 401
INFO:root:Getting new UMA access token
INFO:root:res.headers: {'Date': 'Tue, 16 Jan 2024 15:32:39 GMT', 'Server': 'Apache', 'X-Xss-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Content-Type': 'application/scim+json;charset=utf-8', 'Content-Length': '22', 'Connection': 'close'}
INFO:root:res msg: SCIM API not protected
---
OxTrust has the error i've shown on previous message, which is caused by:
javax.net.ssl.**SSLPeerUnverifiedException**: Certificate for <lundclaai01.lux-naos.test> doesn't match any of the subject alternative names: [lundclaai01.lux-naos.test, *.lux-naos.test]
So fixing this SSLPeerUnverifiedException should fix the issue. But i dont understand what's causing it or how it can be fixed.