mrvdot
CCConvex Community
•Created by mrvdot on 12/13/2023 in #general
HIPAA / Project management API
And yeah, that's exactly what I'm looking for WRT to the project management API
7 replies
CCConvex Community
•Created by mrvdot on 12/13/2023 in #general
HIPAA / Project management API
Awesome, thanks for the update!
7 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Thanks
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
*for the domain in the auth config
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
I tried using the iss field and that also caused an error
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Any chance you can see/log how exactly it's trying to match the provider?
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Ok, yeah, that does seem like the mostly likely culprit
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Yeah, that was my understanding as well
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Not sure if that's necessary or just recommended
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Poking around some other OIDC setups, it looks like maybe the
at_hash
requires an additional accessToken
for full validation: https://supabase.com/docs/reference/javascript/auth-signinwithidtoken40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Yeah, that's just something JWT.io suggests. If you do a "boring" JWT decode, that's not in there:
https://www.jstoolset.com/jwt/6a104097b60be175
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
The algorithm is still
ES384
(you can see it at the top)40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
I think that's just the function for verifying.
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Hmm, the alg says
ES384
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
The
aud
in the JWT matches the applicationID
in the auth config40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
The latter is probably the issue, but it'd be helpful to know exactly what "provider" it was looking for
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
The first error is probably because I was sending the access token, which is just a regular string, rather than the ID token, which is an actual JWT
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
40 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
One sec, I'll swich back to just the regular id token
40 replies