Maxime Legault-Venne

Results 6 comments of Maxime Legault-Venne

@mrparkers would there be by any chance a github identity provider also available but not documented?

Turns out there's some magic when the identity provider has "github" as an alias & provider_id :) ```hcl resource "keycloak_oidc_identity_provider" "github" { realm = keycloak_realm.test-realm.realm alias = "github" provider_id =...

I'm testing this locally right now and it needs some adjustments

Ok, done testing and it's working fine when using this version locally!

I'd be glad to make a contribution, from what I see we'd need to check not only for "oidc" but also "github" on this line here to get the claim...

@mrparkers I just created PR #472 to address this issue.