Replies: 10 comments 27 replies
-
Clear you cookies |
Beta Was this translation helpful? Give feedback.
-
Yes all the rights that we have in admin exclude of delete see below:

that we give to other role so what we do please suggest.
…On Sat, Jul 30, 2022, 3:44 PM Hisham Bin Ateya ***@***.***> wrote:
Are you loading a BIG data into your admin dashboard?
—
Reply to this email directly, view it on GitHub
<#12117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHWC4YUE52SAHX223EMTVLVWUBPVANCNFSM55B736GA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
@saleemhaq the issue might be that your header is large and may be due to having more instances running on same host/port localhost:5001 each has saved Auth cookies As each instance set’s their own Auth cookie, but running on same host/port browser sends headers for all resulting header being large I’d suggest if you are running more than one OC instance on same dev machine then run each on different port |
Beta Was this translation helpful? Give feedback.
-
@saleemhaq It seems cookie size is going over default limit by server you can increase the limit on kestrel using following in Program.cs
|
Beta Was this translation helpful? Give feedback.
-
Can u guide me how I do that in proper way. To execute my request by that
user.
…On Mon, Aug 1, 2022, 9:39 PM Niraj Soni ***@***.***> wrote:
Yes IIS has 16kb limit, you need to increase the limit in IIS then
—
Reply to this email directly, view it on GitHub
<#12117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHWC4YLTTWNZOLWPXF4WHTVW74TXANCNFSM55B736GA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
IIS is tough it uses registry, something you need to search in google - |
Beta Was this translation helpful? Give feedback.
-
@saleemhaq you can implement it by taking #9834 as a ref. |
Beta Was this translation helpful? Give feedback.
-
I have encountered similar problems before. I used openid authorization + JWT. I used spa program to re implement the role permission management interface of OC. However, I incorrectly checked all permissions, but because all permissions are encoded in the JWT token This token will be sent to OC through request.headers.Authorization. |
Beta Was this translation helpful? Give feedback.
-
Thanks.
…On Fri, Aug 5, 2022, 6:11 PM Niraj Soni ***@***.***> wrote:
@saleemhaq <https://github.com/saleemhaq> sure I’ll help and contribute
when time permits
—
Reply to this email directly, view it on GitHub
<#12117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHWC43AAJEW6OXSVETVXFLVXUHJRANCNFSM55B736GA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
So what can I do? Please let me know I suffer from last 10 days what I do?
…On Thu, Aug 4, 2022, 4:48 PM Niraj Soni ***@***.***> wrote:
If you can’t increase limit on your web server then you may need to save
claims on server side session instead of cookie by implementing custom
ITicketStore
Currently OC doesn’t have that feature
—
Reply to this email directly, view it on GitHub
<#12117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHWC44WXPGLIBUAZIPDUSDVXOUZPANCNFSM55B736GA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When i try to login to orchard dashboard go this below error:
Actually I created new role like subadmin and add new user and assign this role to user and then we got above error, please advise
Beta Was this translation helpful? Give feedback.
All reactions