In our article “Integrate CodeB into Auth0 as Enterprise Connection” we explained how to integrate the distributed identities of CodeB into Auth0. But not every Auth0 subscription allows to create enterprise connections.
To integrate CodeB via plain OAuth2 (Social Connection) is very easy.
- Go to Authentication -> Social
- Press button “Create Connection”
- Use “https://portal.codeb.io/” as connection URLs.
- Define scope “openid profile picture”
- Very important is the correct “Fetch User Profile Script”
(contact us in case you need to know more)

You are ready now to use the CodeB OpenID SSI.
You can test our OAuth2 Demo App via the link below:
https://portal.codeb.io/oidcclient.html?url=https://codeb.eu.auth0.com&path=/.well-known/openid-configuration&clientid=x0ntZS8QOdswbPC51QlWVaThfmGMK7KJ&secret=4EsKPicNgdK6zYjRpIvsfX-rgxoenNhRc54cjnwsQlNMleJxbmeCP6c9wmfGYSI7&scope=openid+profile+email
Note: Contact us for demo credentials or use our public test account with username: codebdemo and password: test
If you want to learn more about the workflow check our demo JavaScript Lib HERE