Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author teamwpminiorange

    (@teamwpminiorange)

    Hello,

    Thank you for reaching out to us.

    Could you please confirm whether you have entered the correct scope as mentioned in the guide? If all configurations are aligned with the setup guide, we may need debug logs to identify and resolve the issue.

    If you’re not comfortable sharing the logs here, feel free to contact us via email using our support address. That will allow us to assist you more efficiently.

    Please let me know how you’d like to proceed.

    Looking forward to your response.

    Thank you
    Team miniOrange

    Thread Starter Sudipto Mahmud

    (@sudiptomahmud)

    Hello,
    Check the logs:

    This is miniOrange OAuth plugin Debug Log file
    [2025-05-08 06:57:17 UTC] : Authorization Request Sent => https://sub.domain.com/oauth/authorize.php?client_id=Name.3cd28b27f444366adfe05241b1e17b05&scope=openid profile email&redirect_uri=https://domain.com&response_type=code&state=QXl4cW8gQVA=
    [2025-05-08 06:57:28 UTC] : OAuth plugin catched the flow, $_REQUEST array=>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
    [state] => QXl4cW8gQVA=
    )

    [2025-05-08 06:57:28 UTC] : Authorization Response Received
    [2025-05-08 06:57:28 UTC] : OAuth Flow
    [2025-05-08 06:57:28 UTC] : Token request content =>
    [2025-05-08 06:57:28 UTC] : Token Request Sent => https://sub.domain.com/oauth/token.php
    [2025-05-08 06:57:28 UTC] : body =>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [grant_type] => authorization_code
    [code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
    [client_id] => NAME.3cd28b27f444366adfe05241b1e17b05
    [client_secret] => 000000N2Zpz6QFYwgozog0qmoqCdclient_secret2DDMw5TFs15fm+YA3YIUUd0Bw==
    [redirect_uri] => https://domain.com
    )

    [2025-05-08 06:57:28 UTC] : headers =>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [Accept] => application/json
    [charset] => UTF - 8
    [Authorization] => Basic QVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDU6Y05FYWVOMlpwejZRRll3Z296b2cwcW1vcUNkcW51cDhoYlliVXBXWVdrNzJOT3MycmpCQW9wRVBNUXFtNjJERE13NVRGczE1Zm0rWUEzWUlVVWQwQnc9PQ==
    [Content-Type] => application/x-www-form-urlencoded
    )

    [2025-05-08 06:57:28 UTC] : Token Response Received => {"access_token":"1af805b654b01ae022f6cf37c39025a5c2c0b11c","expires_in":3600,"token_type":"Bearer","scope":"openid email profile","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjE5ZWFmY2QzYWViOTVkOGM4NTU0NDI2ZDEyMmQ2ODBkMjczODQ4NTJkYjI4ZGIyZWMwZjY3OWU3MzQ1MGE2ZDYifQ.eyJpc3MiOiJodHRwczpcL1wvYXAuYXl4cW8uY29tIiwic3ViIjoiYTM3MGIzOWMtMDYzZi00M2Q0LThmOTAtMGZjZTdmNmY4ZTU2IiwiYXVkIjoiQVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDUiLCJpYXQiOjE3NDY2ODc0NDcsImV4cCI6MTc0NjY5MTA0NywiYXV0aF90aW1lIjoxNzQ2Njg3NDQ3fQ.eAuu7Mn7n6jRlqEK_q-BOmNw6B3JtDgdzfjbHX4kPfcNlTMv1B3OFc99nmP0Y--hGSRRfmtQ45HmJ-Y-KK5VpE34UDHbmtB4QI8bdZSyjruCRVmuL5brmZZbQxMZD8VhLiuVjtdWlf6nCHvetYdvHNO9WWy-jDRZ_8_kvF0Z40a6WS5Ut801oW6e3fNAxrx3AvwQWHERQytaRvn0Cu2Ebol77HngDTTbYHGtxzF7dZvdnTt7o5TaX-ZoOM53SlkqZj0LhiLSG-NAd_OUFPBnHhra8L25e3YbsfFxUjTKK7K3Qj4gH9tRW7vHH3RGQvSEUvVOU0j__KL0dOKv2RF6_ECTvhik3QCy0ChRmiVqT_p0QMxfOi1jZdC4-0yQEiUtnzWqXE_E0qlEP16l9qNo07feWrliUxMQVtqDDB5WbTtngU5Li8a9Qhl5Z_EFAoNi_VmZ2lM0N_2t8XAlV4ovwLONCFwNsUUCD8uxp0FIvJSBQNFFNbnDu7gpwqxMc4rrR8BGkjvf3-uHw6xrA2ZorfJZE_Hn3Zx1i44yt-lildf56MHAYQv2m9BEjE9HofrM3qAryJjCobup-vNy_jKgUaSxlVKTqvk3RUohzQ9vu6VUsXVBvmYH8S3ubCx7R9G5-0nnj915EGgeFnqBYRs5skABZ5rNMQe8vz-pQeRs2B8"}
    [2025-05-08 06:57:28 UTC] : Token Response Recieved => 1af805b654b01ae022f6cf37c39025a5c2c0b11c
    [2025-05-08 06:57:28 UTC] : Resource Owner request content =>
    [2025-05-08 06:57:28 UTC] : headers =>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [Authorization] => Bearer 1af805b654b01ae022f6cf37c39025a5c2c0b11c
    )

    [2025-05-08 06:57:28 UTC] : Resource Owner Endpoint: https://sub.domain.com/oauth/userinfo.php
    [2025-05-08 06:57:29 UTC] : Resource Owner Response =>
    [2025-05-08 06:57:29 UTC] : Array
    (
    )
    Thread Starter Sudipto Mahmud

    (@sudiptomahmud)

    Hello,
    Check the logs: need solution…

    This is miniOrange OAuth plugin Debug Log file
    [2025-05-08 06:57:17 UTC] : Authorization Request Sent => https://sub.domain.com/oauth/authorize.php?client_id=Name.3cd28b27f444366adfe05241b1e17b05&scope=openid profile email&redirect_uri=https://domain.com&response_type=code&state=QXl4cW8gQVA=
    [2025-05-08 06:57:28 UTC] : OAuth plugin catched the flow, $_REQUEST array=>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
    [state] => QXl4cW8gQVA=
    )

    [2025-05-08 06:57:28 UTC] : Authorization Response Received
    [2025-05-08 06:57:28 UTC] : OAuth Flow
    [2025-05-08 06:57:28 UTC] : Token request content =>
    [2025-05-08 06:57:28 UTC] : Token Request Sent => https://sub.domain.com/oauth/token.php
    [2025-05-08 06:57:28 UTC] : body =>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [grant_type] => authorization_code
    [code] => 0a5bc4cc74470cd5587fc53310ceeaf7310dcdb7
    [client_id] => NAME.3cd28b27f444366adfe05241b1e17b05
    [client_secret] => 000000N2Zpz6QFYwgozog0qmoqCdclient_secret2DDMw5TFs15fm+YA3YIUUd0Bw==
    [redirect_uri] => https://domain.com
    )

    [2025-05-08 06:57:28 UTC] : headers =>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [Accept] => application/json
    [charset] => UTF - 8
    [Authorization] => Basic QVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDU6Y05FYWVOMlpwejZRRll3Z296b2cwcW1vcUNkcW51cDhoYlliVXBXWVdrNzJOT3MycmpCQW9wRVBNUXFtNjJERE13NVRGczE1Zm0rWUEzWUlVVWQwQnc9PQ==
    [Content-Type] => application/x-www-form-urlencoded
    )

    [2025-05-08 06:57:28 UTC] : Token Response Received => {"access_token":"1af805b654b01ae022f6cf37c39025a5c2c0b11c","expires_in":3600,"token_type":"Bearer","scope":"openid email profile","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjE5ZWFmY2QzYWViOTVkOGM4NTU0NDI2ZDEyMmQ2ODBkMjczODQ4NTJkYjI4ZGIyZWMwZjY3OWU3MzQ1MGE2ZDYifQ.eyJpc3MiOiJodHRwczpcL1wvYXAuYXl4cW8uY29tIiwic3ViIjoiYTM3MGIzOWMtMDYzZi00M2Q0LThmOTAtMGZjZTdmNmY4ZTU2IiwiYXVkIjoiQVlYUU8uM2NkMjhiMjdmNDQ0MzY2YWRmZTA1MjQxYjFlMTdiMDUiLCJpYXQiOjE3NDY2ODc0NDcsImV4cCI6MTc0NjY5MTA0NywiYXV0aF90aW1lIjoxNzQ2Njg3NDQ3fQ.eAuu7Mn7n6jRlqEK_q-BOmNw6B3JtDgdzfjbHX4kPfcNlTMv1B3OFc99nmP0Y--hGSRRfmtQ45HmJ-Y-KK5VpE34UDHbmtB4QI8bdZSyjruCRVmuL5brmZZbQxMZD8VhLiuVjtdWlf6nCHvetYdvHNO9WWy-jDRZ_8_kvF0Z40a6WS5Ut801oW6e3fNAxrx3AvwQWHERQytaRvn0Cu2Ebol77HngDTTbYHGtxzF7dZvdnTt7o5TaX-ZoOM53SlkqZj0LhiLSG-NAd_OUFPBnHhra8L25e3YbsfFxUjTKK7K3Qj4gH9tRW7vHH3RGQvSEUvVOU0j__KL0dOKv2RF6_ECTvhik3QCy0ChRmiVqT_p0QMxfOi1jZdC4-0yQEiUtnzWqXE_E0qlEP16l9qNo07feWrliUxMQVtqDDB5WbTtngU5Li8a9Qhl5Z_EFAoNi_VmZ2lM0N_2t8XAlV4ovwLONCFwNsUUCD8uxp0FIvJSBQNFFNbnDu7gpwqxMc4rrR8BGkjvf3-uHw6xrA2ZorfJZE_Hn3Zx1i44yt-lildf56MHAYQv2m9BEjE9HofrM3qAryJjCobup-vNy_jKgUaSxlVKTqvk3RUohzQ9vu6VUsXVBvmYH8S3ubCx7R9G5-0nnj915EGgeFnqBYRs5skABZ5rNMQe8vz-pQeRs2B8"}
    [2025-05-08 06:57:28 UTC] : Token Response Recieved => 1af805b654b01ae022f6cf37c39025a5c2c0b11c
    [2025-05-08 06:57:28 UTC] : Resource Owner request content =>
    [2025-05-08 06:57:28 UTC] : headers =>
    [2025-05-08 06:57:28 UTC] : Array
    (
    [Authorization] => Bearer 1af805b654b01ae022f6cf37c39025a5c2c0b11c
    )

    [2025-05-08 06:57:28 UTC] : Resource Owner Endpoint: https://sub.domain.com/oauth/userinfo.php
    [2025-05-08 06:57:29 UTC] : Resource Owner Response =>
    [2025-05-08 06:57:29 UTC] : Array
    (
    )
    Plugin Author teamwpminiorange

    (@teamwpminiorange)

    Hello @sudiptomahmud,

    It seems upto access token endpoint, everything is working fine. There is an issue with the userinfo endpoint.
    I request you to replace the existing userinfo endpoint with the ” https://sub.domain.com/oauth/userinfo.php?access_token= ” and perform a test configuration.

    kindly try this and let me know if this works for you.

    Thank you
    Team miniOrange

    Plugin Author teamwpminiorange

    (@teamwpminiorange)

    Hello @sudiptomahmud

    We have not heard back from you in a while and assuming that my previous response answered your questions and hence marking this thread as resolved.

    You can contact us anytime again if need help by posting again on this forum.

    Thank you
    Team miniOrange

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Test configure Blank | Attribute not received (WHMCS)’ is closed to new replies.