Skip to content

Commit b199695

Browse files
Merge pull request #5693 from himeshsiriwardana/fix-build-failure
fixed a merge conflict and a broken image resulting in a build failure
2 parents 93f55df + 85f5ee8 commit b199695

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed
213 KB
Loading

en/identity-server/7.1.0/mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,7 @@ nav:
579579
- Configure OIDC flows:
580580
- Configure OIDC flows: guides/authentication/oidc/index.md
581581
- Discover OIDC endpoints: guides/authentication/oidc/discover-oidc-configs.md
582-
<<<<<<< HEAD
583582
- Dynamic Client Registration (DCR): guides/authentication/oidc/oauth-dynamic-client-registration.md
584-
=======
585-
>>>>>>> 67e1d095305dbeae81309380740128c993b2e9cc
586583
- Implement login using the Authorization Code flow: guides/authentication/oidc/implement-auth-code.md
587584
- Implement login using the Authorization Code flow and PKCE: guides/authentication/oidc/implement-auth-code-with-pkce.md
588585
- Implement private key JWT client authentication for OIDC: guides/authentication/oidc/private-key-jwt-client-auth.md

en/includes/guides/service-extensions/pre-flow-extensions/pre-issue-access-token-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ You can specify exact values for these fields, such as a specific application as
576576
You can also combine rules using logical AND and OR operators.
577577
This approach gives you flexible and precise control over when to invoke a pre-issue access token action.
578578

579-
![pre-issue-access-token-rule-configuration]({{base_path}}/assets/img/guides/actions/pre-issue-access-token-rule-configuration-in-ui.png){: width="650" style="display: block; margin: 0; border: 0px;"}
579+
![pre-issue-access-token-rule-configuration]({{base_path}}/assets/img/guides/actions/pre-issue-access-token-rule-configuration-in-ui.png)
580580

581581
The above rule configuration translates logically to:
582582

0 commit comments

Comments
 (0)