Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed several broken links in Asgardeo and IS #4857

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions en/asgardeo/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ plugins:
'references/application-logs.md' : 'guides/asgardeo-logs.md'
'apis/oauth-dcr.md' : 'apis/dynamic-client-registration-rest-api.md'
'/guides/authorization/impersonation/user-impersonation/' : '/guides/authorization/user-impersonation/'
'guides/branding/localization-in-asgardeo.md': 'guides/branding/localization.md'

exclude_docs: |
/get-started/hello-world.md
Expand Down Expand Up @@ -349,7 +350,7 @@ nav:
- Branding AI: guides/branding/ai-branding.md
- Configure custom domains: guides/branding/configure-custom-domains.md
- Customize email templates: guides/branding/customize-email-templates.md
- Localization in Asgardeo: guides/branding/localization-in-asgardeo.md
- Localization in Asgardeo: guides/branding/localization.md
- Extend with actions:
- Understanding actions: guides/customize/actions/understanding-actions.md
- Setting up actions: guides/customize/actions/setting-up-actions.md
Expand Down Expand Up @@ -425,8 +426,8 @@ nav:
- Session extension API: apis/extend-sessions.md
- User store management API: apis/user-store.md
- Validation API: apis/validation.md
- Orgnization APIs:
- Orgnization APIs: apis/organization-apis/index.md
- Organization APIs:
- Organization APIs: apis/organization-apis/index.md
- Get access for organization APIs: apis/organization-apis/authentication.md
- Application management API: apis/organization-apis/org-application-management.md
- Authenticators API: apis/organization-apis/org-authenticators.md
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include "../../../../../includes/guides/branding/add-custom-layouts.md" %}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include "../../../../../../includes/guides/authentication/app-native-authentication/index.md" %}
4 changes: 3 additions & 1 deletion en/includes/guides/authentication/federated-login/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ You can register an external IdP in {{product_name}} by creating a connection. {
<img src="{{base_path}}/assets/img/logo/microsoft-logo.svg" alt="Microsoft" />
<span>Microsoft</span>
</a>
{% if product_name == "WSO2 Identity Server" %}
<a href="{{base_path}}/guides/authentication/enterprise-login/add-microsoft-365-login" class="card square">
<img src="{{base_path}}/assets/img/logo/microsoft-logo.svg" alt="Microsoft 365" />
<span>Microsoft 365</span>
Expand All @@ -38,7 +39,6 @@ You can register an external IdP in {{product_name}} by creating a connection. {
<img src="{{base_path}}/assets/img/logo/microsoft-logo.svg" alt="Microsoft IWA" /></br>
<span>IWA</span>
</a>
{% if product_name == "WSO2 Identity Server" %}
<a href="{{base_path}}/guides/authentication/social-login/add-x-login/" class="card square">
<img src="{{base_path}}/assets/img/logo/x-logo.svg#only-light" alt="X" /></br>
<img src="{{base_path}}/assets/img/logo/x-logo-dark.svg#only-dark" alt="X" /></br>
Expand All @@ -53,10 +53,12 @@ You can register an external IdP in {{product_name}} by creating a connection. {
<img src="{{base_path}}/assets/img/logo/saml-logo.svg" alt="SAML" />
<span>SAML</span>
</a>
{% if product_name == "WSO2 Identity Server" %}
<a href="{{base_path}}/guides/authentication/standard-based-login/add-ws-federation" class="card square">
<img src="{{base_path}}/assets/img/logo/ws-fed.svg" alt="WS-Fed" /></br></br></br>
<span>WS-Federation</span>
</a>
{% endif %}
{% if product_name == "Asgardeo" %}
<a href="{{base_path}}/guides/authentication/decentralized-login/sign-in-with-ethereum" class="card square">
<img src="{{base_path}}/assets/img/logo/ethereum.svg" alt="Ethereum" /></br>
Expand Down