Any updates ?
Please provide an answer at the earliest as it's holding our upgrades big time.
Thank you in advance.
AuthenticationFailedException: ManagedIdentityCredential authentication failed: Managed Identity response was not in the expected format.
This is the issue we are getting as we are hosted in AWS. We need to know how to pass the Azure Client ID and Client Secret to Azure to authenticate and get token and access the KeyVault.
This is a breaking change for systems which are hosted in non-azure environments and we need more documentation around this change.
I am hosting my application in AWS. I am not sure how this will work. i went through the article but it doesnt say anything about how an external app hosted oitside azure will.authenticate using thenew azureRBAC . please provide some details.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I have downloaded the Release candidate and I see the Azure Keyvault configuration has changed :
Configuration": { "AzureKeyVault": { "IsEnabled": "false", "KeyVaultName": "" }
Where are we going to put the clientid and clientsecret ?
Previous configuration :
"Configuration": { "AzureKeyVault": { "IsEnabled": "false", "KeyVaultName": "xxx", "AzureADApplicationId": "", "AzureADCertThumbprint": "", "ClientId": "", "ClientSecret": "" }
I am also using the Angular and .NET Core version. I believe i was the first one in the forum who asked for the Elsa integration and its been quite sometime.
I followed the MVC integration and things have changed since the project was created I ran in one particular issue:
Register(typeof(Elsa.Server.Api.Endpoints.WebhookDefinitions.List).GetAssembly());
They have most likely changed the namespaces, and ran into several issues while integrating the Angular by following the above mentioned methid, especially the file path which was exceeding the length supported by window.
I highly recommend please have one documentation using the latest Elsa for Angular that would be a great help.
Google is migrating to the Google Identity Services. Can you please suggest what changes we need to do by following this document :
https://developers.google.com/identity/oauth2/web/guides/migration-to-gis#gapi-callback
You guys have to make these changes as the latest code will not work with a Google App which has been created newly. They are kind of forcing to move to Google Identity Services and will deprecate completely on 2023.
Thank You @jeffmh, it worked
Tried it didn't work. Please note the same token works on our previous versions of ANZ.
Below is the payload in the token :
{ "sub": "xxxxxxx", "name": "abc def", "locale": "cc", "ver": 1, "iss": "https://xys-dev.okta.com/oauth2/ausa4encmPghJQMuN356", "aud": "0oa99tynzwx1ZXFJh357", "iat": 1649879201, "exp": 1649882801, "jti": "ID.SfWV1w9rd7vXQiNUdfgUX3bJ7Jr5YsPuqYiL-vKcs", "amr": [ "pwd" ], "idp": "0oaabbuk8OMuWHMsk356", "nonce": "LUlaSVdnc2pSV2k4cVhDYlhxZ053anVOSZVYeG9RMDZOSGpqeFUwNkgwbFpU", "preferred_username": "[email protected]", "given_name": "abc", "family_name": "def", "zoneinfo": "cccccs", "updated_at": 1644261243, "auth_time": 1649879200 }
@ismcagdas we need a solution for this , as it's kind of show stopper for us.