Use this tag for the questions related to integrations with Asgardeo and/or using Asgardeo SDKs. Asgardeo is a SaaS-based customer identity and access management (CIAM) solution introduced by WSO2 that lets you design a smarter, more engaging, data-driven customer experience (CX) that will keep them coming back.
Questions tagged [wso2-asgardeo]
23 questions
1
vote
0 answers
How to use `SecureRoute` with React Router v6
I'm using Asgradeo react ADK along with React Router v6. With React Router v5 the SecureRoute works fine. But, for v6 it doesn't. Is there any different API implemented for React Router v6?
Didn't find in API documentation…

Ishad
- 121
- 1
- 11
1
vote
0 answers
What is the purpose served by the context_uri query param in the OIDC/oAuth2 authorization request sent by Firebase to federated identity providers
I have been trying to use Asgardeo as a federated identity provider in Firebase. I followed Firebase's documentation and managed to develop a sample application to perform authentication. However, during authentication, I noticed that the…
0
votes
0 answers
Need to log into Asgardeo through api via POSTMAN
Need to log into Asgardeo through API via POSTMAN. Please share the request and endpoint.

Tathagata Mukherjee
- 11
- 3
0
votes
0 answers
WSO2 Identiy Server SAML SSO Request
I am using WSO2 Identity server SAML2.0 authentitcation
I am using asgardeo library (it is working fine when authentication method is opid connect)
What will be SAML2 SSO request URL and how we consume it.
By…

Tauqeer
- 19
- 1
0
votes
1 answer
Asgardeo UserManagementAPI: Inconsistent Error in Asgardeo Create User/Bulk Create User
We were trying to create a user in Asgardeo using UserManagementAPI
POST https://api.asgardeo.io/t/asgardeo/scim2/Bulk
Request Body:
{
"failOnErrors": 0,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:BulkRequest"
],
"Operations":…

Olie Santos
- 3
- 2
0
votes
1 answer
Create User / Batch Create Users in Asgardeo User Management API with Auto Generated Password
Just want to ask how we can create a user using Asgardeo User Management API without providing a password?
Basically we want to replicate this flow but instead of manually doing it on the console, we want to do it from the User Management API.
enter…

Olie Santos
- 3
- 2
0
votes
0 answers
Asgardeo Auth Angular SDK - Interceptor not working
I'm using Asgardeo Auth Angular SDK.
(https://github.com/asgardeo/asgardeo-auth-angular-sdk#asgardeoauthinterceptor)
I want to use their interceptor to send the access token to every http request.
This is my app.module.ts (WSO2 Identity server is my…

ffff
- 35
- 9
0
votes
1 answer
Refresh TOKEN and PKCE extension
I am using the asgardeo library for Tomcat and reading the documentation I cannot find how to request a new AccessToken because the previous one has expired and I was wondering if it is possible to use the PKCE extension in the calls