Micro-service application running inside Docker Container Error: IDX10803 and IDX10804 Unable to obtain configuration from: 'https://localhost/.well-known/openid-configuration'
Problem:IDX10803 and IDX10804 Unable to obtain configuration from: 'https://localhost/.well-known/openid-configuration'
Solution: Do not use localhost in your url reference from another application instead use the actual IP Address of the localhost e.g. http://135.67.9.90:PortNumber .