Community Support Forum
This is the place to ask questions about anything related to cloudscribe!
I have an Angular14 UI that makes API calls to an ASPNET6 backend server. I currently have to specify the UI URL as part of `builder.SetIsOriginAllowed(origin =>` but I am sure I should be able to configure this in CloudScribe somehow. How do I do this?
I have the following configured in CloudScribe:
ApiResource called MyApp.API with:
- scope of MyApp.API
- claims
- openid
- profile
- role
0
votes
4
answers
1046
views
Social login with Azure AD
I have installed CloudScribe without Identity Server. I think it is an overkill for the project I am working on. However, I want to integrate Azure AD login by using Social Logins openIdConnec...
0
votes
4
answers
641
views
Federated sign out not working consistently
Has anyone tried using the front channel or back channel logout functionality? I haven't been able to get either to work consistently and I'm not sure why. I have multiple clients, each with...
0
votes
0
answers
1354
views
IdentityServer transitioning to commercial license
I am just curious if any other Cloudscribe users who also depend on the IdentityServer Integration are aware of the transition of IdentityServer to a commercial license (https://leastprivilege.com/2020/10/01/the-future-of-identityserver/...
0
votes
3
answers
1580
views
JWT not returning role and aud properties.
I am building a Xamarin app and attempting to use CloudScribe as the API / IdentityServer backend. I started with the example Xamarin project and was able to get things working with the examp...
1
votes
0
answers
3872
views