Skip to content
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

Need to add a oauth service for Netlify CMS login. #60

Open
1 task
andreasbalevik opened this issue Mar 15, 2022 · 1 comment
Open
1 task

Need to add a oauth service for Netlify CMS login. #60

andreasbalevik opened this issue Mar 15, 2022 · 1 comment
Labels
kind/feature-requests Feature request that will be considered. solution/netlify Issues related to Netlify CMS

Comments

@andreasbalevik
Copy link
Contributor

Need to add a oauth service for Netlify CMS login.
https://www.netlifycms.org/docs/github-backend/ (if we want to use github for authentication)

example config:

backend:
  name: github
  # Replace this with the GitHub repo you want to make change
  repo: github-username/target-github-repo
  # This site_domain and base_url are placeholders, replace with the correct one.
  site_domain: https://some-cms-domain.com # CMS's domain
  base_url: https://some-oauth-domain.com # OAuth Server's domain

For localhost, the default oauth provider is hosted by Netlify. This does not work in production.

https://infoportal.no/admin/#/ does not work...

  • setup a dedicated oauth server for github authentication in Netlify CMS

Originally posted by @andreasbalevik in #2 (comment)

@andreasbalevik andreasbalevik added kind/feature-requests Feature request that will be considered. solution/netlify Issues related to Netlify CMS labels Mar 15, 2022
@andreasbalevik
Copy link
Contributor Author

External oauth providers we can use: https://www.netlifycms.org/docs/external-oauth-clients/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature-requests Feature request that will be considered. solution/netlify Issues related to Netlify CMS
Projects
None yet
Development

No branches or pull requests

1 participant