When I try to use oauth2 to connect my application...
# general
s
When I try to use oauth2 to connect my applications to ory I ran into a small problem. Might be just a missing connection: I've got connected to github properly. Now I'd like to authorize using app A and B using oauth2. I've got three traits in my identity (email, name and group). These are also properly shown in the identities. But when I try to connect the both applications they've got both problems: App A requests all the claims (oidc, name, group, email). But it seems that the app didn't get those. Is there a missing link between traits and getting the claims? The other App B: If I authotize the first time (including approving the permissions for the claims) I'm logged in. (mail is properly used for the account in the app. But when I logout (just a nifty little button, has nothing to do with the ory-logout) and try to login again. It complains that the email wasn't provided by ory... At the point where both apps say, that they miss the data (claims: email, name, group) it looks the same issue. Has anyone an idea what I've got missed?