Neurath
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
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.
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Ok I have worked out where the issues is
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Ok so I have found the problem (I'm using the option: Use your own sign-up and sign-in screens) for some reason with the Entra Login it doesn't return the added token information
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
So it all looks correct and I have ticked all the boxes in Kinde to able to use this too
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
"optionalClaims": {
"accessToken": [
{
"additionalProperties": [],
"essential": false,
"name": "groups",
"source": null
}
],
"idToken": [
{
"additionalProperties": [],
"essential": false,
"name": "groups",
"source": null
}
],
"saml2Token": [
{
"additionalProperties": [],
"essential": false,
"name": "groups",
"source": null
}
]
},
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
The graph app manifest for my tenent is this
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
I'm assuming it in the token which I look up jwt.io but I can't see it there
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
I have gone though the documentation from Kinde and MS many times ticked and unticked boxes to see if I can get the infromation
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
I don't see my groups in there
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
But I have no idea what that eludes too
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Access group info in tokens
Link to this section
ID token - ext_provider > claims > profile > groups
Access token - ext_groups
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Me either and the documentation doesn't really tell me the only bit I think does is this
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Do you need to add groups on the Entra side that allow this to be visable?
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Because I can't see it
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
Is the group information meant to be in the token?
22 replies
KKinde
•Created by Neurath on 11/22/2024 in #💻┃support
Entra AD - How can I get AD group information?
I have those settings ticked, but where does it go how can you then find it for your user?
22 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again. Error code: 4179
12 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
Any Kinde support able to help me with this please? I need a solution working quickly
12 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
Can you look into the backend kinde logs? Might share some light
12 replies