-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: identity widget conflicts with implicit OAuth #1690
Comments
You will need to remove the Identity script ( If you think there is a good place to note that in the docs, please open a PR! |
We could mention under GitLab backend docs - there should be a section for each extension once https://github.com/netlify/netlify-cms/issues/1692 is in play (very early on atm). |
Hello! This might be a very beginner question, and I already apologize for that but: I'm not sure how to remove the identity script from my site? |
Nevermind, I figured it out. The way to do it is to configure the gatsby-netlify-plugin in the gatsby-config.js, like so:
|
As per comment decaporg/decap-cms#1690 (comment) Identity widget conflicts with implicit authentication and should be disabled.
## Description As per comment decaporg/decap-cms#1690 (comment) Identity widget conflicts with implicit authentication and should be disabled. Co-authored-by: Lennart <[email protected]>
I had exactly the same issue by using Gatsby, Netlify-CMS and Auth0 and the solution worked. { It's working perfect now. thanks. |
could someone add this to the gitlab documentation is a waste of time people trying to figure it out on there own |
Hey @fabianrios changing the docs won't be required once: are merged |
Describe the bug
Logging in doesn't work.
If i klick on the "Login with GitLab" button I get asked for the GitLab credentials and after that i get redirected to the page an a error occurs: "Not Found" shows up. (I'm not logged in so I'm still hanging on the login screen.
To Reproduce
Setting up a netlify cms instance with GitLab Implicit authentication.
Expected behavior
Successfully login, redirect to the Editor/Content/CMS View.
Screenshots
![netlifycms-firefox-error](https://user-images.githubusercontent.com/4549960/44801314-040c1400-abb9-11e8-9cb3-bf4902bfc83f.jpg)
Error Screen:
Browser Console Error Log:
Applicable Versions:
CMS configuration
Additional context
Works with Chrome: Version 68.0.3440.106
The text was updated successfully, but these errors were encountered: