okta / okta-spring-boot

Okta Spring Boot Starter
324 stars 136 forks source link

Login link Label after Logout #697

Open amardeep2006 opened 4 months ago

amardeep2006 commented 4 months ago

:information_source: If you have a question, please post it on the Okta Developer Forum instead. Issues in this repository are reserved for bug reports and feature requests only.

I'm submitting a

Background info

Describe your issue or request here (if necessary).

I have used this starter for oidc auth code flow and after logout it shows me following lable to login again.

image

Interestingly when I used pure spring boot starter security without okta starter, it showed okta instead of url.

image

Expected behavior

What should have happened?

It should allow me to configure label of my choice or show show okta.

What went wrong?

Please provide log or error messages if applicable.

Steps to reproduce

If the current behavior is a bug, please provide the steps to reproduce and a minimal demo if possible.

SDK Version

3.0.6

Thanks a lot.