Skip to content

Commit

Permalink
Extend spec to use absolute URL
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Oct 15, 2024
1 parent 9e8dd65 commit 47d66f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
expect(provider.client_id).to eq "https://openproject.internal"
expect(provider.client_secret).to eq "9AWjVC3A4U1HLrZuSP4xiwHfw6zmgECn"
expect(provider.issuer).to eq "https://keycloak.local/realms/master"
expect(provider.authorization_endpoint).to eq "/realms/master/protocol/openid-connect/auth"
expect(provider.token_endpoint).to eq "/realms/master/protocol/openid-connect/token"
expect(provider.authorization_endpoint).to eq "https://keycloak.local/realms/master/protocol/openid-connect/auth"
expect(provider.token_endpoint).to eq "https://keycloak.local/realms/master/protocol/openid-connect/token"
expect(provider.userinfo_endpoint).to eq "/realms/master/protocol/openid-connect/userinfo"
expect(provider.end_session_endpoint).to eq "https://keycloak.local/realms/master/protocol/openid-connect/logout"
expect(provider.jwks_uri).to eq "https://keycloak.local/realms/master/protocol/openid-connect/certs"
Expand Down

0 comments on commit 47d66f7

Please sign in to comment.