SeAT - forum: 401 Unauthorized callback - Page 1
Farwin
4 Jun 2024 04:08
Hi folks, wondering if someone can help me figure something out. I'm trying to install SeAT for the first time, manual install on Rocky Linux, using nginx / php-fpm. PHP 8.3. Everything seems fine, and I log in to the EVE SSO and request the scopes. Then once that calls back to my SeAT install I get a `Client error: POST https://login.eveonline.com/v2/oauth/token` resulted in a 401 Unauthorized response`` error in the Laravel log window.
Logging in with the temporary admin user, the SSO settings tell me that the Client ID, Client Secret, and Callback URL are all 'OK'. The URL in the URL bar looks correct too when the error happens. I've asked it to request all scopes, and configured my Eve app for all scopes too.
Any ideas on what to look at? Thanks!
Warlof Tutsimo
4 Jun 2024 06:35
How did you deploy your instance? Using Docker or installing the overall stack manually ?
Farwin
4 Jun 2024 17:34
Manually, following the instructions on the website
On an otherwise empty Rocky Linux 9 box
Warlof Tutsimo
4 Jun 2024 20:30
can you share your nginx config file ?