-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions when using Okta SSO #55
Comments
This is default policy (https://github.com/episerver/DeveloperTools/blob/master/EPiServer.DeveloperTools/Infrastructure/Configuration/IServiceCollectionExtensions.cs#L13) that's added when plugin is configured. And then this policy is used in menu provider: https://github.com/episerver/DeveloperTools/blob/master/EPiServer.DeveloperTools/MenuProvider.cs#L48 One way to verify would be to create some custom controller with custom action and check the policy in that endpoint. |
That policy is not getting applied, the developertools policy. I think thats why I cant see the menu. |
Is the policy executed successfully in your custom endpoint? |
Honestly, Im not 100% how to check. When I check the end point I see two
authorization policies, neither of which has anything to do with the
developer tools. But Im not confident I have checked the right thing.
Ethan Schofer
…______________________________________________
Technical Architect
Philadelphia
+1 215 508 1800 ext. 191
Latest perspective: Creating Experiences of Truth & Beauty
<https://herodigital.com/insights/truth-beauty/>
On Mon, Apr 17, 2023 at 9:09 AM valdis iljuconoks ***@***.***> wrote:
Is the policy executed successfully in your custom endpoint?
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFR6XPKF4QPSXGN43JWZUDXBU6H5ANCNFSM6AAAAAAW6RDSAE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have a site using Okta for SSO and I am having some issues related to permissions. The Developer link is not appearing in the Menu, but I do have myself with the Role 'Administrators'. Thats all I seem to need based on the documentation? But I dont see the menu item.
The text was updated successfully, but these errors were encountered: