File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 authorization_endpoint :: option (uri_string :uri_string ()),
1818 end_session_endpoint :: option (uri_string :uri_string ()),
1919 jwks_uri :: option (uri_string :uri_string ()),
20- introspection_endpoint :: option (uri_string :uri_string ()),
20+ introspection_endpoint :: option (uri_string :uri_string ())
2121}).
2222-type openid_configuration () :: # openid_configuration {}.
2323
Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ merge_oauth_provider(_) ->
112112 OAuthProvider5 = OAuthProvider4 # oauth_provider {introspection_endpoint = " https://introspection" },
113113 Proplist6 = oauth2_client :merge_oauth_provider (OAuthProvider5 , Proplist5 ),
114114 ? assertEqual ([{jwks_uri , OAuthProvider5 # oauth_provider .jwks_uri },
115+ {introspection_endpoint , OAuthProvider5 # oauth_provider .introspection_endpoint },
115116 {end_session_endpoint , OAuthProvider5 # oauth_provider .end_session_endpoint },
116117 {authorization_endpoint , OAuthProvider5 # oauth_provider .authorization_endpoint },
117- {token_endpoint , OAuthProvider5 # oauth_provider .token_endpoint },
118- {introspection_endpoint , OAuthProvider5 # oauth_provider .introspection_endpoint }],
118+ {token_endpoint , OAuthProvider5 # oauth_provider .token_endpoint }],
119119 Proplist6 ),
120120
121121 % ensure id, issuer, ssl_options and discovery_endpoint are not affected
You can’t perform that action at this time.
0 commit comments