GithubHelp home page GithubHelp logo

Comments (4)

juzhiyuan avatar juzhiyuan commented on May 30, 2024

What do you mean expecting the authorization token in headers but its not setting it?

I'm trying to understand this issue, can you list details step by step?

from apisix.

saurabhconcentrix avatar saurabhconcentrix commented on May 30, 2024

how we can get the user-information or jwt token from AD using openid-connect plugin

it is setting the cookie in header but not setting the jwt token with this configuration
{
bearer_only: false,
client_id: "XXXX",
client_secret: "SSSS",
discovery: "https://login.microsoftonline.com/xxxxxxxxxxx/v2.0/.well-known/openid-configuration", introspection_endpoint_auth_method: "client_secret_post",
realm: "master",
scope: "openid profile email",
set_access_token_header: true
}

from apisix.

saurabhconcentrix avatar saurabhconcentrix commented on May 30, 2024

i used the above config
it allows me to do the sso
and after that i see its set the cookie as well in my browser

but i am expecting the usetdetails and. token as well in my header

please let me know if i am doing anything wrong

from apisix.

saurabhconcentrix avatar saurabhconcentrix commented on May 30, 2024

as per this docs it should come in header
https://docs.api7.ai/apisix/how-to-guide/authentication/set-up-sso-with-azure-ad#authenticate-with-user-credentials

not sure what i am doing wrong @juzhiyuan
we are stuck please need help asap

from apisix.

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.