Giter VIP home page Giter VIP logo

Comments (4)

stonith404 avatar stonith404 commented on September 27, 2024 1

Did you set the username claim? If yes, please leave it blank.

Screenshot 2024-04-26 at 10 19 36@2x

from pingvin-share.

stonith404 avatar stonith404 commented on September 27, 2024

You are probably using the wrong OpenID Connect Discovery URI. I don't have much experience in OIDC but the correct URI could be https://auth.example.com/.well-known/openid-configuration.

from pingvin-share.

HugoFollic avatar HugoFollic commented on September 27, 2024

Thanks it's better now, but I've got a new error after I try to connect with my provider :
image
In english it says Unable to get your user information from the OpenID Login account.
And here is the logs (modified some info) :

ERROR [OidcProvider] Can not get username from ID Token {
  "amr": [
    "pwd"
  ],
  "at_hash": "qHSfx21fdm62Sp_86ghDvg",
  "aud": [
    "pingvin"
  ],
  "auth_time": 1714066589,
  "azp": "pingvin",
  "client_id": "pingvin",
  "email": "[email protected]",
  "email_verified": true,
  "exp": 1709869032,
  "iat": 1714009832,
  "iss": "https://auth.exemple.com",
  "jti": "b1ec0696-12f8-4352-89ce-3ee1eecdfd12",
  "name": "Name Name",
  "nonce": "LTkrtt3ScOnvYXdJXiqkV",
  "preferred_username": "username",
  "sub": "47226337-c4e2-4a31-8464-81cethec2eea"
}
ERROR [ErrorPageExceptionFilter] {"error":"cannot_get_user_info","params":["provider_oidc"]}

from pingvin-share.

HugoFollic avatar HugoFollic commented on September 27, 2024

Thanks a lot, now it works 👌

from pingvin-share.

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.