Adam Wickes

Results 5 comments of Adam Wickes

As of 19th Aug, 2022, what's the status of adding SAML claims and attributes to a service principal? It seems the claims mapping policy resources do this but can't necessarily...

> "az ad sp update --id ${azuread_application.example.application_id} --set preferredTokenSigningKeyThumbprint=$(openssl x509 -in /tmp/${tls_self_signed_cert.example.id}.pem -noout -fingerprint | grep -oE '[:0-9A-F]{59}' | sed -e 's/://g')" i'm also getting the following error when using...

This is working for me. Be interested to see if others are able to use it too. ``` resource "azuread_service_principal_certificate" "cert" { service_principal_id = azuread_service_principal.app.id type = "AsymmetricX509Cert" value =...

Wow, great find John. Anyone with the skill to add the 2nd API call to the resource creation?

Bit of a novice on how this stuff all sits together but i'm assuming you would need to issue the API call twice upon resource creation? Once for the "verify",...