This is a payed feature. Please contact us for further details and pricing.
If you want to add your SSO Auth Provider you can do this via:
- Go to
App Drawer
Administration
Security
- Go to SSO Auth Provider tab
- Enter the connection details
- Tap Save changes to activate the provider
Changes made to the configuration will take effect after 15 minutes.
Required parameters
In order to create a successful OpenID connection to your auth provider we require the following parameters:
- Client id
The client id is a public identifier of your app. learn more - Client secret
The client secret is the password that ConnectedCooking is going to use to authenticate with your authorization server. Keep this secure at all times. learn more - Authorization endpoint
The authorization endpoint is the path where your users will be redirect to to authenticate when the try to sign in. - Token endpoint
The token endpoint is the api endpoint where ConnectedCooking will request an authentication token in the name of the user to verify the user and request additional user data. e.g. name, email address - Userinfo endpoint
The userinfo endpoint will allow ConnectedCooking to request additional data of the signed in user. The email field which is mandatory. - Domains
Comma separated list of domains. At least one domain is required for the setup. After the initial setup you will be able to add and remove domains for the provider.
Optional parameters
- JWKset endpoint
The jwkset endpoint will allow ConnectedCooking to verify tokens issued by your authorization server. learn more