We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add some examples of the json configuration one need to set for a local keycloak installation.
The text was updated successfully, but these errors were encountered:
Google example:```
{"google": { "id": 1, "display": { "title": "Google", "cssclasses": { "button": "plone-btn plone-btn-default", "icon": "glypicon glyphicon-google" }, "as_form": false }, "propertymap": { "email": "email", "link": "home_page", "location": "location", "name": "fullname" }, "class_": "authomatic.providers.oauth2.Google", "consumer_key": "", "consumer_secret": "", "scope": ["profile", "email"], "user_authorization_params": { "hd": "wildcardcorp.com" }, "access_headers": { "User-Agent": "Plone (pas.plugins.authomatic)" } }
Sorry, something went wrong.
Azzure example:
{ "azure": { "id": 1, "display": { "title": "Azure", "cssclasses": { "button": "plone-btn plone-btn-default", "icon": "glypicon glyphicon-github" }, "as_form": false }, "propertymap": { "email": "email", "name": "fullname" }, "class_": "authomatic.providers.oauth2.MicrosoftOnline", "domain": "ADD_YOUR_TENANT_ID", "consumer_key": "YOUR_APP_REGISTRATION_CLIENT_ID", "consumer_secret": "YOUR_CLIENT_SECRET", "scope": ["openid profile"], "access_headers": { "User-Agent": "Plone (pas.plugins.authomatic)" } } }
No branches or pull requests
Add some examples of the json configuration one need to set for a local keycloak installation.
The text was updated successfully, but these errors were encountered: