Content-Length: 210969 | pFad | https://github.com/sebadob/rauthy/commit/3caabc98b24893ecadcd2f9219783a202c12f730

99 fix: return correct endpoint for `end_session_endpoint` · sebadob/rauthy@3caabc9 · GitHub
Skip to content

Commit

Permalink
fix: return correct endpoint for end_session_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Dec 29, 2023
1 parent 96ea20c commit 3caabc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rauthy-models/src/entity/well_known.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl WellKnown {
let token_endpoint = format!("{}/oidc/token", issuer);
let introspection_endpoint = format!("{}/oidc/tokenInfo", issuer);
let userinfo_endpoint = format!("{}/oidc/userinfo", issuer);
let end_session_endpoint = format!("{}/oidc/userinfo", issuer);
let end_session_endpoint = format!("{}/oidc/logout", issuer);
let jwks_uri = format!("{}/oidc/certs", issuer);
let grant_types_supported = vec![
"authorization_code".to_string(),
Expand Down

0 comments on commit 3caabc9

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sebadob/rauthy/commit/3caabc98b24893ecadcd2f9219783a202c12f730

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy