Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Security Introduction to Data Security Solutions Services

Is the authentication provider for OpenID the same as the server?

Probably a stupid question but I'm new to this. Thanks

1 Answer

Alex Koumparos
seal-mask
.a{fill-rule:evenodd;}techdegree
Alex Koumparos
Python Development Techdegree Student 36,887 Points

Hi Maddie,

I'm not sure which server you are referring to, but I'm going to assume you mean your server for whatever web service/application you are developing.

If so, no.

The authentication provider is one of the "OpenID providers".

When you implement OpenID as a developer, visitors to your service will give you a URL to their chosen OpenID provider, and a user ID. You redirect the visitor to their URL, passing a URL back to your site which the OpenID provider will redirect back to you when they authenticate the user.

Hope that helps.

Alex