Documentation corrections #2222
MajaEffenberg
started this conversation in
General
Replies: 2 comments 4 replies
|
Thanks for reaching out. @peintnermax can you have a look at number 1, please? I thought we've had number 3 fixed already, but I'll sort it out. |
2 replies
|
did you set |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
During the implementation of Zidatel in our project, I noticed some unclear descriptions and missing information in the documentation:
auth.getOIDCUser()(error: Cannot read property 'toLowerCase' of null), to solve this I had to add inauthConfigadditional fielduserinfoEndpoint: https://api.zitadel.ch/oauth/v2/userinfo. I think it would be good to include this additional information in the documentation.grant_typesays that it must be set tourn:ietf:params:oauth:client-assertion-type:jwt-bearer, but in this case I get an error: 'grant_type not supported'. However, the correctgrant_typethat works isurn:ietf:params:oauth:grant-type:jwt-bearerand can be found in the documentation of the Service Users.I hope this will help to improve the documentation.
All reactions