Hello, we try to test autorization OIDC and our custom auth server.
We login and receive a code, then with this code we request a token.
Then we make a request from the user.
At this stage, he received the token and came with it, which means everything works except the profile, he cannot read it.
Can we somehow configure the mapping? Or does this work correctly only with keycloak?
Logs:
mailcowdockerized-php-fpm-mailcow-1 | 11/Oct/2023:16:35:27 +0000 "GET /index.php" 200
mailcowdockerized-php-fpm-mailcow-1 | 11/Oct/2023:16:35:27 +0000 "GET /json_api.php" 200
mailcowdockerized-php-fpm-mailcow-1 | 11/Oct/2023:16:35:29 +0000 "GET /index.php" 302
mailcowdockerized-php-fpm-mailcow-1 | 11/Oct/2023:16:35:37 +0000 "GET /index.php" 200
mailcowdockerized-php-fpm-mailcow-1 | 11/Oct/2023:16:35:37 +0000 "GET /json_api.php" 200
mailcowdockerized-nginx-mailcow-1 | [11/Oct/2023:16:35:27 +0000] "GET / HTTP/1.1" 200 13653 "http://mail.test.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
mailcowdockerized-nginx-mailcow-1 | [11/Oct/2023:16:35:27 +0000] "GET /api/v1/get/passwordpolicy/html HTTP/1.1" 200 31 "http://mail.test.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
mailcowdockerized-nginx-mailcow-1 | [11/Oct/2023:16:35:29 +0000] "GET /?iam_sso=1 HTTP/1.1" 302 5 "http://mail.test.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
mailcowdockerized-nginx-mailcow-1 | [11/Oct/2023:16:35:37 +0000] "GET /?code=adf015002ad1e36c753d8b0e0e2fe9d26fb56c0a&state=f1f047b6c769e857a7af710f76a345c8 HTTP/1.1" 200 13819 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
mailcowdockerized-nginx-mailcow-1 | [11/Oct/2023:16:35:38 +0000] "GET /api/v1/get/passwordpolicy/html HTTP/1.1" 200 31 "http://mail.test.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"