-
I'm trying to setup a OAUTH with OKTA Here's my config:
These are the places I checked:
The login is still failing with "Invalid Credentials". What is the OKTA expected traditional setup like? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi, auth_type should be "oauth2", not "okta". I wonder though why do you have it enabled with an invalid property in this case. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer
I found the lib code that generates that: https://github.com/spring-projects/spring-security/blob/main/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/registration/InMemoryReactiveClientRegistrationRepository.java#L55 But I don't get why I'm having this issue |
Beta Was this translation helpful? Give feedback.
Hi, auth_type should be "oauth2", not "okta".
I wonder though why do you have it enabled with an invalid property in this case.