Git Product home page Git Product logo

Comments (4)

jcanizalez avatar jcanizalez commented on August 15, 2024

https://huongdanjava.com/implement-oauth-authorization-server-using-spring-authorization-server.html

from terrakube.

alfespa17 avatar alfespa17 commented on August 15, 2024

The endpoint inside the registry should return this JSON to support terraform login protocol with Azure AD

"login.v1": {
"client": "AAAAA",
"grant_types": ["authz_code", "CCCCCC"],
"authz": "https://login.microsoftonline.com/BBBBBBB/oauth2/v2.0/authorize?scope=CCCCCC",
"token": "https://login.microsoftonline.com/XXXXXXXX/oauth2/v2.0/token",
"ports": [10000, 10001],
}
}

Where

  • AAAAA is the Application Id inside Azure Active Directory

  • BBBBBBB is the Azure Active Directory Tenant

  • CCCCCC is the Application scope inside Azure Active Directory
    image

  • The ports should be open
    image

from terrakube.

alfespa17 avatar alfespa17 commented on August 15, 2024

Partial implementation in 1.5.0, we need to find out how terraform handle the token to download the module from the registry

from terrakube.

alfespa17 avatar alfespa17 commented on August 15, 2024

Terraform login protocol is fully supported from version 1.6.3

from terrakube.

Related Issues (20)

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.