You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* OAuth2 Implicit Grant call is working again. Token Introspection page works with implicit grant results.
* All functionality working with the OAuth2 Authorization Grant.
* OAuth2 Implicity Grant automated test.
* Docker-based test suite is now working with the OAuth2 Implicit Grant.
* Added logout test to the OAuth2 Implicit Grant test.
* Updating docker-compose file name for containerized tests. Updated environment file path.
* Adding repo checkout back into tests pipeline.
* Added logout step to OAuth2 Authorization Code test.
* OIDC Authorization Code Flow (Public Client) test working with token detail page tests for all token types.
* Refresh Token control and results display now works when you return from token_detail or userinfo views. Userinfo has a backend processing option and works correctly with POST method.
* Updated oidc_authorization_code.js test script to make a token refresh call and validate the tokens received.
* Successful local test of oidc_authorization_code.
* Tests that currently work.
* Copy new test files for selelium tests.
<p>This is a simple Client to use with any <ahref="https://medium.com/@robert.broeckelmann/saml2-vs-jwt-understanding-oauth2-4abde9e7ec8b">OAuth2</a> or <ahref="https://medium.com/@robert.broeckelmann/understanding-openid-connect-series-37c93d25e92b">OpenID Connect</a> compliant identity provider..
36
+
<p>This is a simple Client to use with any <ahref="https://medium.com/@robert.broeckelmann/saml2-vs-jwt-understanding-oauth2-4abde9e7ec8b"onclick="return debugger.clickLink();">OAuth2</a> or <ahref="https://medium.com/@robert.broeckelmann/understanding-openid-connect-series-37c93d25e92b"onclick="return debugger.clickLink();">OpenID Connect</a> compliant identity provider.
<p>This page manages interaction with the OAuth2 Authorization Endpoint.</p>
39
41
<divclass="step0" id="step0">
40
42
<legend>OpenID Connect Discovery Endpoint Information
@@ -47,7 +49,7 @@
47
49
<tableborder="0">
48
50
<tr>
49
51
<td> </td>
50
-
<td><p>An OIDC Discovery endpoint uses a path that ends in /.well-known/openid-configuration. See the <ahref="https://openid.net/specs/openid-connect-discovery-1_0.html">spec</spec>.<p></td>
52
+
<td><p>An OIDC Discovery endpoint uses a path that ends in /.well-known/openid-configuration. See the <ahref="https://openid.net/specs/openid-connect-discovery-1_0.html"onclick="return debugger.clickLink();">spec</a>.<p></td>
51
53
</tr>
52
54
<tr>
53
55
<td>
@@ -149,7 +151,7 @@
149
151
</div>
150
152
</td>
151
153
<td>
152
-
<inputclass="stored" id="jwks_endpoint" name="jwks_endpoint" type="text" max="150" /><ahref="/jwks.html">Review JWKS meta data</a>
154
+
<inputclass="stored" id="jwks_endpoint" name="jwks_endpoint" type="text" max="150" /><ahref="/jwks.html"onclick="return debugger.clickLink();">Review JWKS meta data</a>
0 commit comments