LIFE
LIFE
KKinde
Created by LIFE on 8/21/2024 in #💻┃support
Is it possible to set a profile picture through the API
Thanks! While i have you here, is it possible to request the user to fill out information about a property on first time login either required or optional?
11 replies
KKinde
Created by LIFE on 8/21/2024 in #💻┃support
Is it possible to set a profile picture through the API
thats a good point, thanks! i'll look into it and the benefits of each approach
11 replies
KKinde
Created by LIFE on 8/21/2024 in #💻┃support
Is it possible to set a profile picture through the API
Thanks appreciate it. Use case For the use case i'm trying to look into whether or not we can replace a user database containing information about our users such as: - user description - address - social security number - profile picture My intial thought was to use feature flags and properties as to avoid having an extra database to store information related to the user. If setting a profile picture is not possible through the API, i'll make a database that is loosley connected to the KINDE users in the application
11 replies
KKinde
Created by LIFE on 8/21/2024 in #💻┃support
Is it possible to set a profile picture through the API
sorry, the post must have auto set a name. I've edited it for SEO purposes
11 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
thanks
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
okay, then i'll just have to retrieve a new M2M token once its expired
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
I'm just trying to keep a persistent connection between the server and kinde so i can create users on demand. I'm trying to retrieve the refresh token so that i can persist the connection. You say access token are you referring to the bearer token? I could just retrieve a new token every time i need to use the API, but from my understanding: kinde uses a per-token cost calculation hence why i'm opting to use refresh tokens
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
is this related to the #announcements that was recently posted?
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
thank you
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
No description
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
The option for scopes do not exist where explained
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
No description
15 replies
KKinde
Created by LIFE on 8/7/2024 in #💻┃support
M2M token expiry and refresh
im unable to find where i can add the offline parameter in kinde
15 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
Thank you! Yeah it was Microsoft.AspNetCore.Authentication.JwtBearer which was causing the issue. Sorry to drag you in this, automatically assumed it was a kinde related problem. Really appreciate the help
16 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
<PackageReference Include="Swashbuckle.Core" Version="5.6.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy">
<Version>8.*-*</Version>
</PackageReference>
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Twilio" Version="7.0.4" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
<PackageReference Include="Swashbuckle.Core" Version="5.6.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy">
<Version>8.*-*</Version>
</PackageReference>
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Twilio" Version="7.0.4" />
</ItemGroup>
16 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
could it be related to: https://stackoverflow.com/a/78063798/3712531
What should happen next is that your .NET API calls the discovery endpoint at the path .well-known/openid-configuration. Then the jwks_uri value is stored.
And that the .NET API is unable to find the jwks?
16 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
No description
16 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
No description
16 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
Not a problem :)
16 replies
KKinde
Created by LIFE on 5/8/2024 in #💻┃support
Unable to retrieve claims & identity from token
I see, thanks for the update!
16 replies