You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I recently starting using the Entra ID login as our clients have request this. I noticed I wasn't getting the ext_group (group) information in the access token. I'm using my own login option which I have done already with google, microsoft etc and have no issues having said that I haven't tried sending back ext information on the token with those options.
So I get the correct information back in the access token {ext_group: [guids]} when I use the kinde powered login page. On my custom login page I'm using the react {login} hook.
The react library using this library to setup the provider but the provider automatically sets the login url to https://{domain}/oauth2/auth using this url the access token doesn't return the extra information.
The kind login page uses https://{domain}/authentication/authentication_social as the login url which does return the correct information in the token.
I'm wondering if we would be able to change or add a way to use this url with the react login hook?
Or fix the /oauth2/auth kinde backend to return the correct token as it does on the /authentication/authentication_social url.
Prerequisites
Describe the issue
So I recently starting using the Entra ID login as our clients have request this. I noticed I wasn't getting the ext_group (group) information in the access token. I'm using my own login option which I have done already with google, microsoft etc and have no issues having said that I haven't tried sending back ext information on the token with those options.
So I get the correct information back in the access token {ext_group: [guids]} when I use the kinde powered login page. On my custom login page I'm using the react {login} hook.
The react library using this library to setup the provider but the provider automatically sets the login url to https://{domain}/oauth2/auth using this url the access token doesn't return the extra information.
The kind login page uses https://{domain}/authentication/authentication_social as the login url which does return the correct information in the token.
I'm wondering if we would be able to change or add a way to use this url with the react login hook?
Or fix the /oauth2/auth kinde backend to return the correct token as it does on the /authentication/authentication_social url.
Library URL
https://github.com/kinde-oss/kinde-auth-react
Library version
4.0.2
Operating system(s)
macOS
Operating system version(s)
Sonoma 15.1.1
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: