Hi,
I get it, but if I log out and then log back in, the menu on the left dosen't show it. Why if I renewed the token?
Hi,
I would that the user with role A can't Login from Web, the system throw UnAuthorized, and if the same role LogIn from Web.public, they can go on
Hi,
Sorry but I think that I didn't explain myself very well
How can I only allow access from 'web.public' project, client_id="public", to users belonging to role 'A', but block these users trying to access from 'web' project, client_id="private" and throw the message Unauthorized.
Hi,
I can't acces to the CurrentPrincipal from my application services.
Can you give me some examples please?
Thanks
I get strange behavior when running my project on my production service.
Everything starts up fine, but after a few minuts doing nothing on the web, when I run some action on the web, such as click menu option, the left hand menu disappear, and the web shows me that I'm not authorized. If I try to logout and go back in again the issue persists. I need to clean the browser cache and redis cache and then everything shows up.
Hi,
My cuestion is, how can I deny access some user/role that tries to access through some client_id?
Thanks
Hi,
I want to deny access from some client_id application with some role to some application sevice.
Is that possbile? How can I do that?
Thanks for all
Ok, thanks for your information
Hi,
Sorry maliming, Now it's going well, I think yesterday I was really obfuscated with this topic.
On the other hand, could you tell me if there is another option to create and maintain access tokens per user from the web interface?
Thanks
Hi,
I want to publish an API access from a 3rd external party like a Postman.
These ara the step I followed: 1.- Create the new client_id 2.- Acced from Postman to the URI https://localhost:44335/connect/token with client_id, secret and more 3.- I have obtenied the access_token *****************************
But with this token I can't call the API, because the request is 401 Unauthorized
For example: https://localhost:44368/api/openiddict/applications with header => Authorization: Bearer *****************************
What am I doing wrong?
Thanks for all