We are migrating from keycloak wildfly to quarkus keycloak. As part of this, we need alias credentials from credstore. Tried with few commands for the same but those are not working.
Commands :
{
"outcome" => "failed",
"failure-description" => "WFLYELY00920: Credential alias 'examplekey' of credential type 'SecretKeyCredential' does
not exist in the store",
"rolled-back" => true
}
Is there any other way to retrieve the details for alias ?
We are migrating from keycloak wildfly to quarkus keycloak. As part of this, we need alias credentials from credstore. Tried with few commands for the same but those are not working. Commands :
Here alias is examplekey. Output :
{ "outcome" => "failed", "failure-description" => "WFLYELY00920: Credential alias 'examplekey' of credential type 'SecretKeyCredential' does not exist in the store", "rolled-back" => true }
Is there any other way to retrieve the details for alias ?