0

I am setting up an identity provider on WSO2 AM to use the tokens generated by WSO2 IS and, as far as I know, it needs to have the same name as IDTokenIssuerID. In old versions I usually changed the value of IDTokenIssuerID in <IS_HOME>/repository/conf/identity/identity.xml.

How can I change using deployment.toml in newer version?

I'm running everything on docker environment and if I change the value in identity.xml, in volume, it is overwritten when docker starts.

Community
  • 1
  • 1
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38

1 Answers1

0

Just put this in deployment.toml:

[oauth.oidc]
id_token.issuer = "ID_NAME"
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38