# Auth0 SSO 端点将被删除

**URL:** https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601
**Category:** SSO
**Created:** [2018年三月9日 09:53 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601 "2018-03-09T09:53:34Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Krzysztof\_Daniel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/krzysztof_daniel/32/120191_2.png) [@Krzysztof\_Daniel](https://meta.discourse.org/u/Krzysztof_Daniel)
#### Post date: [2018年三月9日 09:53 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/1 "2018-03-09T09:53:34Z")

</div>

As per Auth0 announcement, [https://auth0.com/docs/migrations#active-migrations](https://auth0.com/docs/migrations#active-migrations), the sso endpoint will be deprecated. Does it mean discourse will no longer work with auth0?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2018年三月9日 09:57 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/2 "2018-03-09T09:57:15Z")

</div>

Well, they have just moved their support forum to discourse, so I’d think that they’ll work it out.

> **[Auth0 Community](https://community.auth0.com)**
>
> Community for Auth0, the identity Infrastructure built for developers.

---

<div class="post-metadata">

### Author: ![Krzysztof\_Daniel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/krzysztof_daniel/32/120191_2.png) [@Krzysztof\_Daniel](https://meta.discourse.org/u/Krzysztof_Daniel)
#### Post date: [2018年三月9日 10:08 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/3 "2018-03-09T10:08:10Z")

</div>

So far, they are using Discourse embedded user/login mechanism. It does not look promising. :sadpanda:

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2018年三月9日 10:10 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/4 "2018-03-09T10:10:40Z")

</div>

Well, it seems like a thing to ask them.

---

<div class="post-metadata">

### Author: ![jerdog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jerdog/32/122843_2.png) [@jerdog](https://meta.discourse.org/u/jerdog)
#### Post date: [2018年三月21日 17:59 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/6 "2018-03-21T17:59:25Z")

</div>

There are some migration guides for those using [Auth0.js](https://auth0.com/docs/libraries/auth0js/v9/migration-guide) and [Lock](https://auth0.com/docs/libraries/lock/v11/migration-guide) that should be helpful. We are using the [OAuth2-basic](https://github.com/discourse/discourse-oauth2-basic) plugin and it works just fine.

---

<div class="post-metadata">

### Author: ![Krzysztof\_Daniel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/krzysztof_daniel/32/120191_2.png) [@Krzysztof\_Daniel](https://meta.discourse.org/u/Krzysztof_Daniel)
#### Post date: [2018年三月22日 08:52 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/7 "2018-03-22T08:52:39Z")

</div>

I’ve contacted them.

The functionality is supposed to continue working after Jan the 1st. As long as the login dialog that comes from them and uses their endpoints internally, everything is ok. The easiest way to distinguish is to look at the url of the login/signup form. If it changes to auth0 domain, it will work. An example (my forum):

- Forum - [community.wardleymaps.com](http://community.wardleymaps.com).
- Login dialog - [https://wardleymaps.eu.auth0.com](https://wardleymaps.eu.auth0.com). Note the auth0 domain. It is hosted by them, so it will continue to work.

However, if you use mentioned endpoints in your code directly, it will stop working.

---

<div class="post-metadata">

### Author: ![jerdog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jerdog/32/122843_2.png) [@jerdog](https://meta.discourse.org/u/jerdog)
#### Post date: [2018年三月22日 16:37 UTC](https://meta.discourse.org/t/auth0-sso-endpoint-will-be-deleted/82601/8 "2018-03-22T16:37:52Z")

</div>

Some good information on our deprecation is found here

[https://community.auth0.com/t/upgrade-reminder-changes-to-deprecation-roadmap/9552](https://community.auth0.com/t/upgrade-reminder-changes-to-deprecation-roadmap/9552)
