Events2Join

The /userinfo endpoint returns 401


The /userinfo endpoint returns 401 (Unauthorized) - Auth0 Community

The 401 error happens when performing the following call: lock.getUserInfo(authResult.accessToken, (error, profile) => ...) while using Angular 2 together with ...

Get UserInfo return 401 Unauthorized · Issue #16844 - GitHub

After service account authenticated via client_credential flow, I send a request with its access_token to userinfo_endpoint, but Keycloak server return 401 ...

/userinfo endpoint returns 401 - Auth0 Community

When using the /userinfo endpoint, it requires an opaque token. If you attempt to decode an opaque token on jwt.io(meant to decode JWT access ...

401 on /userinfo - Questions - Okta Developer Community

Even though my access token is valid, I still get a 401 on the userinfo endpoint. What is the problem? I do not have anything in the system ...

401 Unauthorized Response on Ignition IdP UserInfo endpoint call

I am trying to set up a UserInfo call in my IDP configuration to get extra info beyond the fields that Ignition grabs by default.

Keycloak - 401 response (USER_INFO_REQUEST_ERROR) when ...

The problem seems to be a mismatch between the issuer of the access token sent to the userinfo endpoint (i.e., ...

Userinfo returning 401 UnAuthorized - Google Groups

I am trying to call the userinfo endpoint in KeyCloak 21 using access token and receiving 401. Referred this https://github.com/keycloak/keycloak/issues/16844

Azure B2C Userinfo Endpoint 401 Error - Microsoft Q&A

The 401 error indicates that the access token is not authorized to access the userinfo endpoint. Could you please verify the issuer you passed ...

Okta returning 401 when configured with user-info endpoint

I am integrating okta with Spring boot application to build a oauth2 client application. I have configured the application configuration as ...

401 unauthorized to userinfo endpoint - Ping Identity Support Portal

... the userinfo endpoint idp/userinfo.openid but get a 401 unauthorized response. My logs say: INFO [org.sourceid.saml20.domain.mgmt.impl ...

Userinfo endpoint test - Microsoft Q&A

If you use a different case, i,e "bearer", it return 401 Unauthorized, with message "The UserInfo request did not provide a token for ...

UserInfo endpoint returning 401 error - Gluu Support

The error is caused by the token_type field returned by Gluu "/token" endpoint : this token_type is set to bearer , thus the following request ...

userinfo endpoint misses www-authenticate header for 401 response

Hi, the /userinfo API endpoint returns a 401 Unauthorized Response when the token is not correct, but does not send a WWW-Authenticate ...

OpenID connect 401 Unauthorized - Gravitee.io Community Forum

Can you have a try by yourself by generating a token and then try to call the userinfo endpoint ? ljl1314 April 15, 2022, 1:12pm 7. Thank you ...

UserInfo endpoint | PingFederate Server - Ping Identity Docs

If the access token presented is not valid, PingFederate returns 401 Unauthorized . To use a demonstrating proof-of-possession (DPoP)-bound access token ...

UserInfo endpoint returning 401 when using JWT bearer token

Hi, I'm trying to use this module from a Vue.js based client application and I'm finding that the /oauth2/UserInfo endpoint does not seem to ...

Design and Implementation - API Management - TIBCO

UserInfo Endpoint returns 401 Unauthorized Error Response with details in WWW-Authenticate Header but error_header_name not specified in pre-input configuration ...

Invoking the UserInfo Endpoint for OpenID Connect - IBM

For an invalid access token, the UserInfo endpoint returns an HTTP 401 status code with an error message in the WWW-AUTHENTICATE header. HTTP/1.1 401 ...

OIDC authentication with Keycloak - Progress Community

I am trying to integrate our (many) WUG servers with Keycloak but it keeps failing with a generic "401 unauthorized" error. ... Userinfo Endpoint: ...

UserInfo endpoint - Medplum

The /oauth2/userinfo endpoint returns information about the authenticated user ... Invalid token​. HTTP/1.1 401 Unauthorized WWW-Authenticate: error ...