GithubHelp home page GithubHelp logo

curityio / azure-api-management-user-provisioner Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 97 KB

Home Page: https://curity.io/resources/learn/provision-azure-api-management-user/

License: Apache License 2.0

Java 100.00%
azure authentication-action plugin user-provisioning api-management

azure-api-management-user-provisioner's Introduction

Azure API Management User Provisioner Authentication Action Plugin

Quality Availability

A custom authentication action plugin for the Curity Identity Server.

System Requirements

The plugin is only tested with Curity Identity Server 6.2.0 but should work with older version also. More details in the Systems Requirement section of the product documentation.

Building the Plugin

Build the plugin by issuing the command mvn package. This will produce a JAR file in the target directory, which can be installed.

Installing the Plugin with Dependencies

To install the plugin, copy the compiled JAR (and all of its dependencies from target/dependency/) into ${IDSVR_HOME}/usr/share/plugins/${pluginGroup} on each node, including the admin node. For more information about installing plugins, refer to the Product Documentation.

Configuration

Parameter Description
Client ID The ID of the client use dto connect to Azure. Can be obtained by creating a Service Provider (SP) with the command az ad sp create-for-rbac. The appId is to be used as the ClientId in this configuration.
Client Secret Also available in the output of creating the SP. The Client Secret is the password in the output.
Tenant ID Also available in the output of creating the SP. The Tenant Id is the tenant in the output.
Subscription ID Can be obtained by running az account list. The output will contain an entry, id, this is the Subscription Id.
Resource Group Name The name of the Resource Group that the API Management is configured in. This can be found in Azure -> API Management services. In the row for the given API Management service the name of the Resource Group is in the column Resource group.
Service Name Similarly the Service Name can be found in the Name column.

Configure Action

Required attributes

At a minimum the following attributes are required from the Authentication context:

  • subject
  • email
  • attributes containing a name entry with givenName and familyName ("attributes": "{'name': {'givenName': 'alice', 'familyName': 'anderson'}}")

More Information

Please visit curity.io for more information about the Curity Identity Server.

azure-api-management-user-provisioner's People

Contributors

dependabot[bot] avatar iggbom avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  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.