Cédric Braekevelt

Results 24 comments of Cédric Braekevelt

Great request, would love to have this implemented!

Have also been waiting for this to improve "dirty" UDT's!

This would make us less dependent on foreach for referencing outputs. Would be a great improvement if possible!

Hi @jannef, I use the map() function for this. You can nest map() inside for loops and inside other map() functions as seen below: ![image](https://github.com/Azure/bicep/assets/26713978/4c388ade-9bff-4abf-88a4-d44fd83d6af1) Hope this helps!

@PacoVK can I find any information on how to set this up using Entra ID auth? I tried the following parameters but doesn't seem to work: AUTH_PROVIDER microsoft AUTH_ENDPOINT https://login.microsoftonline.com/{tenant}/v2.0...

Hi @PacoVK , Thanks for the answer, however the issue i'm experiencing is I can't seem to figure out how to set the callback URL in Tapir for the App...

@GrzegorzHejman @PacoVK Thanks, I've come further however the next error I'm receiving: ``` ID token verification has failed: Token issued to client {CLIENTID} can not be introspected because the introspection...

@GrzegorzHejman I already changed the AUTH_ENDPOINT to https://sts.windows.net/{TENANT}/ because I got another error related to the issuer not matching. However the extra "/" doesn't seem to matter for the introspection...

@PacoVK would it be possible to provide a reference config of the auth parameters / specific App Registration settings to get this to work? :-)

Hi @PacoVK , @GrzegorzHejman I made it work by using these settings: QUARKUS_OIDC_AUTHENTICATION_FORCE_REDIRECT_HTTPS_SCHEME='true' QUARKUS_OIDC_TOKEN_CUSTOMIZER_NAME='azure-access-token-customizer' QUARKUS_OIDC_PROVIDER='microsoft' QUARKUS_OIDC_AUTHENTICATION_VERIFY_ACCESS_TOKEN='false' However the thing that I can't get to work is how to become "admin"....