Connect your infrastructure with Ianum

Once the Gate is configured, you can add the "Login with Ianum" button. You can download it here:

And assign the redirect URL to send the user to a page with the following URL schema:

https://id.ianum.com/{gateAlias}/?redirectUrl={redirectUrl}
  • gateAlias - REQUIRED - the unique alias of your gate

Example HTML code snippet

Copy and past this code in your website, making sure to substitute the href tag with the correct ianum gate page URL.

<a href="https://id.ianum.com/{gateAlias}">
    <img src="https://images.ianum.com/logo/login-with-ianum.png" width="200px"/>
</a>

Last updated