
rxx6t (rxx6t) asked a question.
Hi team, I am getting below error while starting the a springboot app:
“Unable to resolve Configuration with the provided Issuer of \https://dev-41388917.okta.com/oauth2/default\"”
Java : 8
Can any one help me here ?
Thanks in Advance!

@rxx6t (rxx6t) you can access : https://dev-41388917.okta.com/oauth2/default/.well-known/openid-configuration
the issuer is: "https://dev-41388917.okta.com/oauth2/default"
or
https://dev-41388917.okta.com/.well-known/openid-configuration
the issuer is: "https://dev-41388917.okta.com"
@a0n5s (a0n5s) , YesI can acess the first one. Not sure what to do next ?
could you provide the configuration ?
Springboot version: 2.7.1
Java version : 11
okta version:
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>1.3.0</version>
</dependency>
Let me know if any more details required
the okta parameters for SDK, like url in the code