
Completed
Posted
Paid on delivery
I have an Apache 2-based web application that needs to use Google as its OAuth2 provider. I need a clean, reproducible configuration that lets users sign in with their Google account, then redirects them back to the app with the correct tokens. Here is what I’m looking for: • Guidance inside Google Cloud Console to create the project, consent screen, OAuth2 credentials, and authorised redirect URIs. • The exact Apache configuration (VirtualHost entries, required modules, environment variables, and any RewriteRule or ProxyPass directives) so a fresh server can be brought up and immediately support Google sign-in. • A short README or commented config blocks explaining where to drop client_id, client_secret, scopes, and token endpoints so I can maintain it later. I’ll provide SSH access to a test server and the current vhost file. Once I can log in through Google on that test instance and the flow survives an Apache restart, the job is complete.
Project ID: 40377090
50 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Getting Google sign-in working cleanly on Apache2 is exactly the kind of integration I enjoy nailing down, and I've done this flow several times using mod_auth_openidc, which handles OAuth2/OIDC natively against Google's discovery endpoint. I'll walk you through the Cloud Console setup (project, consent screen, OAuth client, authorised redirect URI like https://yourdomain/oauth2callback), then configure your vhost with OIDCProviderMetadataURL, OIDCClientID/Secret, OIDCRedirectURI, OIDCCryptoPassphrase, and scope settings, enabling mod_ssl, mod_auth_openidc, and any required proxy/rewrite directives. I'll include a commented config block and README pointing out exactly where to swap client_id, client_secret, scopes, and token endpoints. Please share SSH and the current vhost and I can start right away.
$10 USD in 1 day
6.0
6.0
50 freelancers are bidding on average $25 USD for this job

With over 8 years of experience in IT and a specific focus on your required skills of Apache, Linux, and MySQL, I assure you that I am the ideal candidate to help you with your project. I have extensively worked with Apache2 on Linux platform, successfully integrating various services and configuring OAuth2 for multiple web applications. Additionally, my broad understanding of Linux system administration ensures I can offer robust instructions that will work easily with your existing server and vhost file.
$30 USD in 1 day
6.6
6.6

Hi, I can set up Google OAuth2 on your Apache 2 app with a clean, reproducible configuration including Google Cloud Console setup, exact VirtualHost config, required modules, and secure handling of client_id/secret. I’ll ensure smooth login flow with proper redirects and tokens, plus provide a clear README with commented configs for easy maintenance. The setup will be tested to persist after Apache restart on your server. Best regard, Shakila Naz
$20 USD in 7 days
5.0
5.0

Greetings I can set up a clean, reproducible Google OAuth2 flow on your Apache 2 server—covering Google Cloud configuration, secure client credentials handling, and precise VirtualHost/module setup for seamless login and redirects. I’ll deliver fully tested config with clear comments and a README so it remains easy to maintain and redeploy. Let’s schedule a quick chat to discuss your preferred tech stack, timelines, and launch goals. I’m confident I can bring your vision to life. Best regards, Samar H.
$30 USD in 2 days
5.0
5.0

Hi there, I see that you need help setting up OAuth2 dynamic registration for your Apache 2 web application with Google as the provider. My approach would involve guiding you through the Google Cloud Console to set up the necessary project and credentials while ensuring we have a clean Apache configuration ready to go. With 4+ years of experience in backend development and API integrations, I can help you configure the required VirtualHost entries and environment variables seamlessly. I'll also create a clear README or comments in the config file, detailing where to input the client_id, client_secret, and other important settings, making it easy for you to maintain later. Once we have everything working on your test server, we can confirm the setup is robust. One question I have is whether you have any specific requirements for the scopes needed for your application? Best regards, Arslan Shahid
$10 USD in 1 day
4.9
4.9

As an experienced full-stack developer, I specialize in web development and Apache server configuration. Not only have I successfully integrated numerous APIs into various projects, but I also have an in-depth understanding of OAuth2 and have worked with Google's OAuth2 provider extensively. My skills and knowledge encompass all the technical requirements your project demands. I'm confident in my ability to provide clear documentation as well, which is crucial for smooth maintenance post-project. My goal is to ensure that even without my presence, the system we build together will remain robust and secure. As a professional who has delivered more than 850 projects with high client satisfaction on Freelancer.com, I understand the importance of not only meeting deadlines but also exceeding expectations. Additionally, offering ongoing support is a point of pride for me; I want to be there for you beyond just this project's completion. With a rehire rate far above average on Freelancer.com, you can trust that our working relationship will be fruitful and productive. So allow me to bring to your table my technical expertise, punctuality, and dedication – together we'll swiftly incorporate OAuth2 Dynamic Registration to your Apache 2 web app with minimal hassle!
$75 USD in 9 days
4.6
4.6

Hi There Google OAuth on Apache only works cleanly when the redirect flow, vhost config, environment variables, and callback handling are aligned end to end, otherwise sign-in breaks again after the next restart or deploy. I can set this up as a reproducible configuration, guide the Google Cloud Console side, and give you exact Apache VirtualHost and module requirements with documented placement for client ID, secret, scopes, and token endpoints so a fresh server can be brought up reliably. My focus would be to make the login flow stable, maintainable, and easy for you to reapply on another instance without guesswork. Is your web app already handling the OAuth callback route itself, or do you also need that part wired into the application layer? best regards Waqas A.
$20 USD in 7 days
4.9
4.9

I will guide you through the Google Cloud Console setup (project, consent screen, OAuth credentials, redirect URIs) and then configure your Apache server so the Google login flow works reliably. The setup will include proper VirtualHost configuration, required modules, environment variables, and any rewrite/proxy rules needed for smooth token handling and redirection. I will also provide a clear, well-commented configuration and a short README so you can easily maintain or replicate the setup on a fresh server without confusion. Before we proceed, I’d like to understand a few key points: Which backend language/framework is your application using (PHP, Node, Python, etc.)? Do you want session-based login or token-based handling (JWT)? Is your app running directly on Apache or behind a reverse proxy? Looking forward to hearing back from you and discussing this in the chat. https://www.freelancer.in/u/Rupal878 Rupal Saini
$20 USD in 7 days
4.9
4.9

Hey — saw your post about configuring OAuth2 dynamic registration for your Apache2 webapp with Google. The tricky part here is usually getting the redirect URIs, scopes, and token handling aligned so Google accepts everything cleanly without random 400/403 errors. Quick question before I suggest an approach: Are you using any specific OAuth module or framework on Apache right now (mod_auth_openidc, custom reverse proxy, something else)? I’ve set up Google OAuth2 for Apache-backed apps before, including handling dynamic client registration and tightening things so login is stable and secure. If you share your current Apache config, Google Cloud console setup, or a short spec, I can take a look and tell you the cleanest way to wire this up.
$20 USD in 7 days
4.7
4.7

Hi there! You are setting up Google OAuth2 on an Apache 2 web application and the real challenge is making redirect URIs and token handling survive cleanly across server restarts without breaking login flow. I recently implemented Google OAuth login for a PHP based Apache hosted system where I fixed callback mismatches and stabilized session handling, improving successful sign-in reliability significantly. I will configure Google Cloud project settings, then set up Apache VirtualHost, required modules, rewrite rules, and secure environment variables so OAuth flow works end to end and remains stable after restart. Check our work: https://www.freelancer.com/u/ayesha86664 Which backend is your app using behind Apache, PHP, Python, or a reverse proxy setup? I am ready to start, just say the word. Best Regards, Ayesha
$22 USD in 2 days
4.3
4.3

Hey , I just went through the project description, and I see you are looking for someone experienced in OAuth, Cloud Computing, MySQL, Linux, Backend Development, API Integration, Apache, API and Web Development. It instantly reminded me of a client who faced similar challenges, and I knew I had a tailor-made solution for it. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: • Is there anything else you’d like to add to the project details? • What’s the top hurdle you’re facing with this project? • What is the timeline to get this done? Why Choose Me? 250+ Projects. 5 Years. Zero Misses. My reputation is built on a single metric: Flawless Execution. While others promise quality, my last 100+ consecutive 5-star reviews prove it. I don’t just finish the job; I set the standard. Timings: 9am - 9pm Eastern Time (I work as a full time freelancer) The portfolio here is just the tip of the iceberg. To respect client confidentiality, my recent heavy-hitters aren't public, but I can share them 1-on-1. Click the 'CHAT' button, and I’ll send over the relevant samples immediately for your review. Regards, Abdul Haseeb Siddiqui.
$10 USD in 3 days
3.7
3.7

Hi You are looking for a clean, reproducible Apache 2 setup to enable Google OAuth2 login with proper redirects and token handling. Here is my plan I will guide you through creating the Google Cloud project, configuring the OAuth consent screen, and generating credentials with correct redirect URIs. On the server side, I will configure Apache (VirtualHost, required modules like mod_rewrite/mod_headers, and environment variables) and implement a secure OAuth2 flow using either backend handling (PHP) or proxy-based handling depending on your app. I will ensure correct authorization, token exchange, and redirect handling so users return authenticated to your application. The setup will be fully reproducible and tested to persist after Apache restarts. I will also provide a clear README with commented configs for easy maintenance. To proceed kindly let me know the following Is your application handling sessions in PHP or another backend language? Do you prefer a pure Apache-based solution or backend-assisted OAuth handling? What domain/URL will be used for the OAuth redirect URI? I do have more than 7 years of experience and would be glad to help you implement this OAuth2 integration. I am available to start immediately—let’s connect and get this working reliably. Thank you
$20 USD in 7 days
3.3
3.3

Hello, I checked your project "Configure Oauth2 Dynamic Registration for Webapp running on Apache2" and I already have a clear idea how to deliver this efficiently. I have solid experience in Linux, Cloud Computing, Apache, MySQL, OAuth, Web Development, API, Backend Development, API Integration, and I’ve worked on similar projects where I delivered high-quality, scalable, and clean solutions. Why choose me? • Strong expertise in Linux, Cloud Computing, Apache, MySQL, OAuth, Web Development, API, Backend Development, API Integration • Clean, optimized, and scalable code • Fast communication and daily updates • 100% focus on delivering results, not just code If needed, I can also suggest improvements to make your project even better. Let’s connect I’m ready to start right away. Best regards, Umer
$20 USD in 1 day
2.9
2.9

Hi, I can set up a clean, reproducible Google OAuth2 login for your Apache-based application and ensure it works reliably after restarts. I’ve implemented similar authentication flows using Apache modules, reverse proxies, and backend integrations, so I can deliver a maintainable configuration. Here’s what I’ll handle: • Configure the Google Cloud Console (project, consent screen, OAuth credentials, redirect URIs) • Enable and configure required Apache modules (mod_auth_openidc / mod_rewrite / proxy if needed) • Provide ready-to-use VirtualHost configuration with clear placeholders for client_id and client_secret • Set environment variables and secure token handling • Add redirect rules so users authenticate with Google and return to your app correctly • Deliver a concise README explaining scopes, endpoints, and how to maintain/update the setup • Test the full login flow and verify it persists after Apache restart You’ll receive a clean, reproducible configuration that can be deployed on a fresh server with minimal effort. I can start immediately once SSH access and your current vhost file are shared. Thanks, Gabriel
$10 USD in 7 days
2.7
2.7

⭐⭐⭐⭐⭐ Hey, I am Gazmir, Ready for you ⭐⭐⭐⭐⭐ I'm currently available and can start working on your project right away. You need a clean and reproducible OAuth2 setup using Google as the provider for your Apache2 web app, including proper Google Cloud configuration, Apache VirtualHost setup, and a working login flow with token handling. I will configure the Google OAuth2 project, set up Apache modules and VirtualHost rules, and implement a clear, documented configuration with environment variables so the login flow works reliably and can be easily redeployed on a fresh server. I’m confident I can deliver it on time and within your budget. Looking forward to the opportunity! Warm regards, Gazmir
$20 USD in 7 days
2.4
2.4

Hello there, I understand you want a clean, reusable Apache2 setup that lets users sign in with Google OAuth2 and returns tokens reliably to your web app. I will propose a practical workflow based on a fresh server: first, I’ll outline Google Cloud Console steps for project, consent screen, credentials, and redirect URIs, then translate those into a precise Apache config with VirtualHost blocks, module enablement, and environment variables to drop in. I’ll mirror a known-good pattern from similar deployments to keep things reproducible and maintainable. The Apache part will include required modules (mod_ssl, mod_headers, mod_rewrite, proxy modules if you use reverse proxy), and a minimal mod_auth_openid_connect style flow implemented with a small, well-documented rewrite/redirect chain. I’ll add a README snippet showing exactly where to set client_id, client_secret, scopes, and token endpoints so you can update it later without digging through code. A single, robust flow to preserve tokens, handle state, and recover from transient OAuth errors is crucial. I’ll include a simple state cookie or session store, plus a redundancy check to ensure the redirect URI exactly matches what Google expects, reducing misconfig during restarts. From reliability and scaling angles, I’ll design the config so a fresh server can be stood up and driven by a single SSH session, with idempotent vhost deployment and a fail-safe restart path. I’ll document edge cases like revoked credentials, exp
$20 USD in 1 day
0.9
0.9

Hi there, The best solution for this project is a clean Google OAuth2 setup for Apache that is fully reproducible: Google Cloud Console configuration, correct redirect URIs, Apache vhost/module/env setup, and a short README so a fresh server can be brought up without guesswork. The goal is not just “make it work once,” but make it restart-proof and maintainable. I’d first review your current vhost and app callback flow, then configure the Google project/consent screen/credentials, wire the Apache side properly, and test the full sign-in → redirect → token return flow on your test server. After that, I’d document exactly where to place client_id, client_secret, scopes, and related settings so future maintenance stays simple. Cost: $120 || Timeline: 1 day Payment and timeline details can be discussed further to align with your expectations. Best regards, Mohamed
$120 USD in 1 day
1.6
1.6

Hi, I can help you set up a clean and fully reproducible Google OAuth2 integration for your Apache 2 application. I’ll walk through the Google Cloud Console setup (project, consent screen, credentials, and redirect URIs) and ensure everything aligns with your environment. On the server side, I’ll configure the required Apache modules, VirtualHost entries, and secure handling of client credentials and tokens. The setup will be restart-safe and structured so it works reliably across deployments. I’ll also include clearly commented config blocks and a short README for easy maintenance. Once deployed, I’ll validate the full login flow end-to-end on your test server. You’ll have a ready-to-use, production-friendly OAuth setup with minimal ongoing effort.
$20 USD in 7 days
0.6
0.6

Hi, I just applied after read your job posting carefully and I believe that I am good fit to your project. I have thoroughly reviewed your requirements and I am confident in my ability to deliver excellent results. I'm a serious bidder. I will satisfy you with my high skills! I am an expert which have 8+ years of experience on Linux, Cloud Computing, Apache, MySQL, OAuth, Web Development, API, Backend Development, API Integration I am looking forward to meet you to discuss the further detail about this project. Looking forward to hearing from you. Warm Regards
$25 USD in 7 days
0.0
0.0

Dear Client, I am excited to assist you with configuring OAuth2 dynamic registration for your Apache 2-based web application. Understanding the importance of a seamless user experience, I intend to provide a clean and reproducible configuration for Google sign-in. I will guide you step-by-step through the Google Cloud Console, ensuring that the project, consent screen, OAuth2 credentials, and authorized redirect URIs are all set correctly. Next, I'll furnish you with the exact Apache configuration, including VirtualHost entries, required modules, environment variables, and the necessary RewriteRule or ProxyPass directives that will allow your fresh server to smoothly handle Google authentication. Additionally, I will prepare a short README file with commented configuration blocks, detailing where to insert the client_id, client_secret, scopes, and token endpoints for easy maintenance in the future. What specific timeline do you have in mind for completing this integration? Once the testing is complete and the Google sign-in works seamlessly on your instance, we’ll have successfully implemented your requirements. Thanks,
$15 USD in 1 day
0.0
0.0

Hello, I understand you need OAuth2 dynamic registration for your Apache2 webapp with Google as the provider, specifically creating a project and consent screen in Google Cloud Console. ✨ Why choose me? ✔ Linux, Apache, and OAuth integration ✔ Guidance on creating OAuth2 credentials and authorized redirect URIs ✔ Clean code and full documentation delivered ✅ View my portfolio: https://www.freelancer.com/u/masroorahmed56 Let's collaborate on this hourly project, masroorahmed56.89
$20 USD in 1 day
0.0
0.0

atlanta, United States
Payment method verified
Member since Nov 25, 2013
$30-250 USD
$10-30 USD
$30-250 USD
₹1500-12500 INR
₹600-1500 INR
$30-250 USD
$250-750 CAD
$200 USD
$8-15 USD / hour
$3000-5000 USD
£250-750 GBP
₹37500-75000 INR
$10-30 USD
₹600-1500 INR
$500-5000 USD
£20-250 GBP
₹600-1500 INR
$30-250 USD
£750-1500 GBP
₹100-400 INR / hour
₹75000-150000 INR
$30-250 USD