Skip to content

Commit

Permalink
Merge pull request wso2#4562 from divyaamunugama/get-started-update
Browse files Browse the repository at this point in the history
[Asgardeo] Updated getstarted section
  • Loading branch information
divyaamunugama authored May 13, 2024
2 parents 553f57f + 2e8fe8e commit 09b9574
Showing 1 changed file with 4 additions and 71 deletions.
75 changes: 4 additions & 71 deletions en/asgardeo/docs/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,78 +2,11 @@
template: templates/no-right-sidebar.html
---

# Get Started
# Get Started - Overview
Welcome to Asgardeo! Here are some quick guides to start your journey into identity and access management with Asgardeo.

<h1>Quickstarts</h1>
<h3>Integrate Asgardeo into applications</h3>
## Start integrating apps
Select a technology and try integrating an application with Asgardeo.

<h2>Single Page Applications</h2>
[Learn more]({{base_path}}/get-started/start-integrating-apps/)

<div class="cards-container">
<div class="card">
<img src="{{base_path}}/assets/img/logo/react-logo.svg" alt="Javascript" />
<p>
<a href="{{base_path}}/guides/authentication/social-login/add-facebook-login.md">Try sample</a>
<a href="{{base_path}}/guides/authentication/social-login/add-facebook-login.md">Add to your app</a>
</p>
</div>

<div class="card">
<img src="{{base_path}}/assets/img/logo/javascript-logo.svg" alt="Javascript" />
<p>
<a href="{{base_path}}/guides/authentication/decentralized-login/sign-in-with-ethereum">Try sample</a>
<a href="{{base_path}}/guides/authentication/social-login/add-facebook-login.md">Add to your app</a>
</p>
</div>
</div>

<h2>Web applications</h2>

<div class="cards-container">
<div class="card">
<img src="{{base_path}}/assets/img/logo/java-oidc.svg" alt="Open ID Connect" style="width: 200px;" />
<p>
<a href="{{base_path}}/guides/authentication/decentralized-login/sign-in-with-ethereum">Try sample</a>
<a href="{{base_path}}/guides/authentication/social-login/add-facebook-login.md">Add to your app</a>
</p>
</div>

<div class="card">
<img src="{{base_path}}/assets/img/logo/java-saml.svg" alt="SAML" style="width: 200px;" />
<p>
<a href="{{base_path}}/guides/authentication/decentralized-login/sign-in-with-ethereum">Try sample</a>
<a href="{{base_path}}/guides/authentication/social-login/add-facebook-login.md">Add to your app</a>
</p>
</div>
</div>

<h1>Explore use cases</h1>
<h3>Key features that Asgardeo offers for your applications</h3>

<div class="cards-container">
<a href="{{base_path}}/guides/authentication/" class="card">
<h3>Authentication</h3>
<p>Define how you want your applications to verify user identity</p>
</a>

<a href="{{base_path}}/guides/api-authorization/" class="card">
<h3>API authorization</h3>
<p>Enhance security for your APIs by implementing access control</p>
</a>

<a href="{{base_path}}/guides/users/" class="card">
<h3>User management</h3>
<p>Manage users, their identities, and control their permissions from a centralized location.</p>
</a>

<a href="{{base_path}}/guides/organization-management/" class="card">
<h3>B2B Organization management</h3>
<p>Manage your B2B partners and their users. Allow them access to your applications using organization login.</p>
</a>

<a href="{{base_path}}/guides/monitoring/" class="card">
<h3>Monitoring and Troubleshooting</h3>
<p>Use logs to troubleshoot user issues and events to respond to user actions.</p>
</a>
</div>

0 comments on commit 09b9574

Please sign in to comment.