SampleNetCoreAngularKeycloak icon indicating copy to clipboard operation
SampleNetCoreAngularKeycloak copied to clipboard

Wrong realm

Open unix1982 opened this issue 7 years ago • 0 comments

Hi, I don't know if it's an issue or not, but Kan you help me to find my error? Can you provide the link about the article you wrote? I have configured my keycloak with a realm named "somthing", and used you're code (master). And it seams that the client at login calls:

http://localhost:8080/auth/realms/test/.well-known/openid-configuration

When I change my realm to test. Then I can succefully login (so this gives me a feedback that the configuration on Keycloak is good (or partially good)). But If I change the name I will not be redirected to the login page.

So I looked on you're source code to find "test" harcoded or tryed out to find where this is called, but I didn't find it. Also the part of the domain seames to be hardcoded or wrongly composed......

Have you any suggesstion?

Tank you

unix1982 avatar Jan 08 '18 16:01 unix1982