GithubHelp home page GithubHelp logo

isabella232 / active-directory-dotnet-external-identities-idology-identity-verification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azure-samples/active-directory-dotnet-external-identities-idology-identity-verification

0.0 0.0 0.0 1.36 MB

Use IDology identity proofing for Azure AD External Identities self-service sign-up using API connectors.

License: MIT License

C# 100.00%

active-directory-dotnet-external-identities-idology-identity-verification's Introduction

page_type languages products description urlFragment
sample
csharp
azure-active-directory
Sample for integrating External Identities self-service sign-up with IDology identity verification using API connectors
active-directory-dotnet-external-identities-idology-identity-verification

IDology External Identities self-service sign-up API connector integration

Azure Active Directory (Azure AD) External Identities enable you to provide self-service sign-up for external users so that collaboration is seamless and end-user friendly. API connectors enable you to leverage web APIs to integrate those self-service sign-up flows with external cloud systems.

Verifying a user's identity can be critical to securing an application from fraudulent and malicious actors and confidently allowing self-service sign-up. To accomplish this, you can use IDology's identity services including ID verification, Fraud prevention, Compliance, and other solutions.

Contents

File/folder Description
RestApi/Api Sample source code for API.
.gitignore Define what to ignore at commit time.
CHANGELOG.md List of changes to the sample.
CONTRIBUTING.md Guidelines for contributing to the sample.
README.md This README file.
LICENSE The license for the sample.

Prerequisites

You must have an Azure Active Directory tenant.

Solution Components

The IDology integration is comprised of the following components:

  • IDology -- The IDology service takes inputs provided by the user and verifies the user's identity.
  • Custom web API -- This provided API implements the integration between the Azure AD self-service sign-up user flow and the IDology service to perform identity verification at sign-up.
  • Azure AD External Identities self-service sign-up - The way to allow external customers to sign-up as external users to your organization.
  • API connector - Part of a self-service sign-up, allows you to connect the sign-up flow with the custom web API.

Create an IDology account

When you are ready to get an IDology account, sign up using this web form.

Deploy the API

Deploy the provided API code to an Azure service. The code can be published from Visual Studio, following these instructions.

Note the URL of the deployed service. This will be needed to configure the API connector with the required settings.

Configure the API

Application settings can be configured in the App service in Azure. This allows for settings to be securely configured without checking them into a repository. The API needs the following settings configured:

Application Setting Name Source
IdologySettings:ApiUsername IDology service username.
IdologySettings:ApiPassword IDology service password.
WebApiSettings:ApiUsername Set a username for accessing the API.
WebApiSettings:ApiPassword Set a password for accessing the API.

Integrate the API with External Identities self-service sign-up

Configure a self-service sign-up user flow

Create a self-service sign-up user flow for registering external users to your tenant.

Under User Attributes, the following must be selected in order to collect the information from the user: API connector configuration

Create an API Connector

After the Azure AD tenant has been configured for use with External Identities self-service sign-up, create an API connector

  • Display Name: Choose a name such as 'Verify identity with IDology'.
  • Endpoint URL: Use the URL created when publishing the API service.
  • Username: Username defined in the API configuration above (WebApiSettings:ApiUsername)
  • Password: Password defined in the API configuration above (WebApiSettings:ApiPassword)

The API connector configuration should look like the following:

API connector configuration

Enable the API connector in the user flow

Enable the API connector for the user flow. Navigate to User flows (Preview), click the user flow you created, and click on API connectors. From here, click on the drop-down menu for Before creating the user and select the API connector (e.g. 'Verify identity with IDology').

API connector configuration

End user experience

Your self-service sign-up user flow should now be calling out the API, which uses the IDology service to verify an account. If the user cannot be verified, the user will be shown an error message and asked to review their personal information.

API connector configuration

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

active-directory-dotnet-external-identities-idology-identity-verification's People

Contributors

microsoft-github-operations[bot] avatar microsoftopensource avatar nickgmicrosoft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.